-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
63 enhancement reduce overall memory consumption and improve read speed #64
63 enhancement reduce overall memory consumption and improve read speed #64
Commits on Jul 19, 2024
-
Use deserialization with code generation for dotnet 6.0 and above.
(cherry picked from commit f69dc36)
Configuration menu - View commit details
-
Copy full SHA for 39d512f - Browse repository at this point
Copy the full SHA 39d512fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 766c6b9 - Browse repository at this point
Copy the full SHA 766c6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4d630 - Browse repository at this point
Copy the full SHA 9a4d630View commit details -
Fix naming of maintainer cleanup job.
(cherry picked from commit 28f19a1)
Configuration menu - View commit details
-
Copy full SHA for 33450c4 - Browse repository at this point
Copy the full SHA 33450c4View commit details -
Add circular cache for keys on disk segments.
(cherry picked from commit 03a7c060996ca4485d948f95a7b42c47e6afa991)
Configuration menu - View commit details
-
Copy full SHA for 33242a6 - Browse repository at this point
Copy the full SHA 33242a6View commit details -
Upgrade byte[] arrays into Memory<byte>
(cherry picked from commit f8b42a712f9e6e90309966391fde911351b2a55f)
Configuration menu - View commit details
-
Copy full SHA for da6adad - Browse repository at this point
Copy the full SHA da6adadView commit details -
Create and persist default sparse array on disk segment creation.
(cherry picked from commit f75bc0a231dcf67751d2d88fed9d55f46c5a40e6)
Configuration menu - View commit details
-
Copy full SHA for 40d627a - Browse repository at this point
Copy the full SHA 40d627aView commit details -
Add circular value cache per disk segment.
(cherry picked from commit a0f1862744ba092ad3e1b0d8fb52ac60d5e175d4)
Configuration menu - View commit details
-
Copy full SHA for 5f9f45c - Browse repository at this point
Copy the full SHA 5f9f45cView commit details -
Use ArrayPool for compressedBlocks.
(cherry picked from commit c8150aed1782b4b6110b5254f5da02d5af11df2d)
Configuration menu - View commit details
-
Copy full SHA for 04646e6 - Browse repository at this point
Copy the full SHA 04646e6View commit details -
Replace the circular block cache with hashtable for faster and stable…
… reads. (cherry picked from commit 47287b25591313b0c1fba0e6e801c66f74dbf56a)
Configuration menu - View commit details
-
Copy full SHA for 1fd3881 - Browse repository at this point
Copy the full SHA 1fd3881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cc5d6 - Browse repository at this point
Copy the full SHA 91cc5d6View commit details