issues
search
meilisearch
/
grenad
Tools to sort, merge, write, and read immutable key-value pairs :tomato:
https://docs.rs/grenad
MIT License
25
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Various Improvements
#55
Kerollmops
opened
3 months ago
0
Update dependencies
#54
irevoire
closed
4 months ago
1
Bump to v0.4.6
#53
Kerollmops
closed
7 months ago
0
Keep source index in Merger
#52
dureuill
closed
7 months ago
0
Update license for 2024
#51
meili-bot
closed
10 months ago
0
Update dependencies
#50
Kerollmops
closed
11 months ago
0
Add the new logos to the README and docs
#49
Kerollmops
closed
11 months ago
0
Be more resilient when opening too many files
#48
Kerollmops
opened
1 year ago
0
Bump version to v0.4.5
#47
Kerollmops
closed
1 year ago
0
Expose a new `SorterBuilder::sort_in_parallel` method
#46
Kerollmops
closed
1 year ago
0
Introduce a Merge Function trait
#45
Kerollmops
opened
1 year ago
0
Add the possibilitie to merge several sorters easily without having to convert them into readers
#44
ManyTheFish
closed
1 year ago
1
Lazily allocate the vec in the `Sorter`
#43
Kerollmops
opened
1 year ago
0
Make the `Sorter` able to sort in parallel
#42
Kerollmops
opened
1 year ago
0
Introduce the `Sorter::into_reader_cursors` method
#41
Kerollmops
closed
1 year ago
0
Speed-up the Sorter
#40
Kerollmops
opened
1 year ago
0
Glidesort experiments
#39
Kerollmops
opened
1 year ago
1
Bump the dependencies
#38
Kerollmops
closed
11 months ago
0
Bump version to 0.4.4
#37
dureuill
closed
2 years ago
0
Add the size of failed allocation in the panic message
#36
dureuill
closed
2 years ago
0
Bump version to 0.4.3
#35
Kerollmops
closed
2 years ago
0
Optionally use an unstable sort algorithm for the Sorter
#34
loiclec
closed
2 years ago
0
Ensure that the sorter keep the correct order of the values when merging
#33
Kerollmops
closed
2 years ago
0
Introduce a method on the Sorter to get the last inserted value of a key
#32
Kerollmops
opened
2 years ago
0
The sorter should avoid sorting and use a smarter inserting algorithm
#31
Kerollmops
opened
2 years ago
1
Replace a `flatten` by a `flat_map`
#30
Kerollmops
closed
2 years ago
0
The compress function should write to an external buffer
#29
Kerollmops
opened
2 years ago
0
Change the CI badge link
#28
Kerollmops
closed
2 years ago
0
Bump zstd to v0.10.0
#27
Kerollmops
closed
2 years ago
0
Update the crate metadata
#26
Kerollmops
closed
2 years ago
0
Avoid copying too much data in memory
#25
Kerollmops
closed
2 years ago
0
Introduce the leveled index block footer along with a FormatV2
#24
Kerollmops
closed
2 years ago
0
Bump version to 0.4.1
#23
Kerollmops
closed
3 years ago
0
Introduce methods to get the underlying reader by reference
#22
Kerollmops
closed
3 years ago
0
Bump version to 0.4.0
#21
Kerollmops
closed
3 years ago
0
Improve the introduction documentation
#20
Kerollmops
closed
3 years ago
0
Don't use an u64 for the block length, that's too much
#19
Kerollmops
opened
3 years ago
0
Makes the `Reader` able to move on given keys by introducing a `Cursor`
#18
Kerollmops
closed
3 years ago
0
Use the README as the primary crate documentation page
#17
Kerollmops
closed
3 years ago
0
Bump the version to v0.3.1
#16
Kerollmops
closed
3 years ago
0
Make sorter crash if the allocated pointer is null
#15
ManyTheFish
closed
3 years ago
0
Bump version to v0.3.0
#14
Kerollmops
closed
3 years ago
0
Introduce the Merge trait
#13
Kerollmops
opened
3 years ago
0
Reduce the amount of bytes memcpy in the merger
#12
Kerollmops
closed
3 years ago
0
Add more documentation
#11
Kerollmops
closed
3 years ago
0
Make the tempfile dependency optional
#10
Kerollmops
closed
3 years ago
0
Make all the tempfile dependency optinal by patching the sorter
#9
Kerollmops
closed
3 years ago
0
Remove the file-fusing linux-ext4-only feature
#8
Kerollmops
closed
3 years ago
0
Add a github CI
#7
Kerollmops
closed
3 years ago
0
Refine the memory usage of the sorter
#6
Kerollmops
closed
3 years ago
0
Next