Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 658 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 658 Bytes

Motivation

Creating a WebAssembly framework/library that will provide common functions and data-structures that can be highly optimized if implemented natively.

Wishlist:

hash functions:

  • crc32
  • crc64
  • md5
  • sha-1
  • sha-256

utils

  • base64 with a custom lookup table (waiting for custom configs feature on rust-base64)
  • nanotime (system time is not supported)

compression

  • gzip and it's variants
  • brotli

data-structures and algorithms:

  • trie tree
  • binary search

serializers:

  • parquet
  • protobuf
  • flatbuffers