Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ZeroTrie, an efficient string-to-int collection #2722

Merged
merged 34 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
438b0e1
Squashed version of df11a8d74d7f60e91b2467d0b25328cc739c2426
sffc Jun 30, 2023
abb6b1d
Merge branch 'main' into zerotrie-squashed
sffc Jun 30, 2023
9c8242f
deps
sffc Jun 30, 2023
7829adb
inline
sffc Jun 30, 2023
c36537a
comments and docs
sffc Jun 30, 2023
52517fb
ZeroTrieFlavor
sffc Jun 30, 2023
993f0c2
Name the type parameter `Store`
sffc Jun 30, 2023
9290ec5
Rearrange code
sffc Jul 4, 2023
60a93af
Add From impls
sffc Jul 4, 2023
059ca93
Don't use ref-cast
sffc Jul 4, 2023
2f25994
fmt
sffc Jul 4, 2023
9df8cae
generate-readmes
sffc Jul 4, 2023
0d6f8fd
Merge branch 'main' into asciitrie
sffc Jul 5, 2023
8345f97
Docs, tests, and function names for varint
sffc Jul 10, 2023
25e71be
Start writing layout docs
sffc Jul 10, 2023
9739ce1
More layout docs
sffc Jul 11, 2023
1d55557
Add some more docs
sffc Jul 16, 2023
9327015
More docs
sffc Jul 16, 2023
b8e06dd
Move example byteph to a unit test and refactor exports of byte_phf
sffc Jul 16, 2023
f4ce8c2
More docs
sffc Jul 16, 2023
a8de97d
atbs_split_first --> atbs_pop_front
sffc Jul 16, 2023
ed65138
NodeType refactor and docs
sffc Jul 16, 2023
4896988
Docs for ZeroTrieIterator
sffc Jul 16, 2023
b484dc1
Move helper functions to helpers.rs
sffc Jul 16, 2023
0f933fc
"must be" comment
sffc Jul 16, 2023
2395d30
f2 docs
sffc Jul 16, 2023
9ab08a6
More docs on builder utilities
sffc Jul 16, 2023
7847652
Some more builder docs
sffc Jul 16, 2023
1a7ac1a
More code review comments
sffc Jul 16, 2023
4973911
Rob feedback
sffc Jul 16, 2023
8df4756
Merge branch 'main' into asciitrie
sffc Jul 16, 2023
1ccb26a
Fix criterion dependency
sffc Jul 16, 2023
c687cd8
fmt & tidy
sffc Jul 16, 2023
3b415bd
Write docs for the builder and simplify it slightly.
sffc Jul 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 21 additions & 182 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading