Skip to content

elad-yosifon/wasm-lib-wishlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages