Skip to content

Commit 0ca583f

Browse files
authored
Add HashSmith to Data Structures
1 parent 20ed664 commit 0ca583f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ _Efficient and specific data structures._
329329
- [Apache Parquet](https://parquet.apache.org) - Columnar storage format based on assembly algorithms from Google's paper on Dremel.
330330
- [Apache Thrift](https://thrift.apache.org) - Data interchange format that originated at Facebook.
331331
- [Big Queue](https://github.com/bulldog2011/bigqueue) - Fast and persistent queue based on memory-mapped files.
332+
- [HashSmith](https://github.com/bluuewhale/hash-smith) - Hash map and set implementations using SwissTable-style SWAR/SIMD control-byte probing, optimized for memory efficiency.
332333
- [Persistent Collection](https://github.com/hrldcpr/pcollections) - Persistent and immutable analogue of the Java Collections Framework.
333334
- [Protobuf](https://github.com/protocolbuffers/protobuf) - Google's data interchange format.
334335
- [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) - Fast and efficient compressed bitmap.

0 commit comments

Comments
 (0)