aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle/compact_map.go
AgeCommit message (Expand)AuthorFilesLines
2019-04-18refactoringChris Lu1-288/+0
2019-04-18go fmtChris Lu1-6/+6
2019-04-08divide offset into higher and lower sectionsChris Lu1-68/+91
2019-01-26memory needle map mark size to be TombstoneFileSizeChris Lu1-2/+2
2018-12-22fix binarySearchCompactSectionChris Lu1-10/+20
2018-12-22compact map fix bug when iteratingChris Lu1-40/+28
2018-12-15reduce needle map memory usage by 25%Chris Lu1-23/+46
2018-12-09change overflow from map to sliceChris Lu1-8/+51
2018-12-09refactorChris Lu1-0/+4
2018-12-08optimize a little bitChris Lu1-3/+5
2018-07-21go fmtChris Lu1-1/+1
2018-07-08refactoring: add type for needle id, offsetChris Lu1-13/+14
2017-05-26add btree for volume indexChris Lu1-0/+194