aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle_map/compact_map.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-06Fix dumb typo in 08556257 (#6844)Lisandro Pin1-1/+1
2025-06-05New `needle_map.CompactMap()` implementation for reduced memory usage (#6842)Lisandro Pin1-261/+215
2025-06-02Merge branch 'master' of https://github.com/seaweedfs/seaweedfs3.89Chris Lu1-15/+19
2025-06-023.89Chris Lu1-6/+10
2025-06-02fix insert beyond look back window (#6838)Chris Lu1-12/+19
2025-05-28Further improve memory usage of `needle_map.CompactMap()`. (#6825)Lisandro Pin1-29/+32
2025-05-23Rewrite `needle_map.CompactMap()` for more efficient memory usage (#6813)Lisandro Pin1-87/+82
2022-10-09fix: compact_map get error mismatching cokie (#3748)binbinshi1-5/+9
2022-09-14go fmtchrislu1-4/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-06-16reduce upfront memory usage for low density volumechrislu1-1/+1
2021-06-28look back when adding to sorted valuesChris Lu1-4/+24
2021-06-28volume: large_volume version has bug when using in memory indexChris Lu1-0/+1
2020-08-29go fmtChris Lu1-2/+2
2020-08-18support read option readDeleted=trueChris Lu1-6/+3
2020-08-18refactoringChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-8/+8
2019-06-27volume: fix bug with 8000GB version if using in memory indexChris Lu1-2/+3
2019-05-28working with reading remote intervalsChris Lu1-11/+11
2019-05-18generate ec01~ec14, generate ecx file with sorted needle valuesChris Lu1-18/+31
2019-04-18refactoringChris Lu1-0/+288