Creating a WebAssembly framework/library that will provide common functions and data-structures that can be highly optimized if implemented natively.
- crc32
- crc64
- md5
- sha-1
- sha-256
-
base64 with a custom lookup table(waiting for custom configs feature on rust-base64) -
nanotime(system time is not supported)
- gzip and it's variants
- brotli
- trie tree
- binary search
- parquet
- protobuf
- flatbuffers