| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-05 | New `needle_map.CompactMap()` implementation for reduced memory usage (#6842) | Lisandro Pin | 1 | -176/+412 | |
| * Rework `needle_map.CompactMap()` to maximize memory efficiency. * Use a memory-efficient structure for `CompactMap` needle value entries. This slightly complicates the code, but makes a **massive** difference in memory efficiency - preliminary results show a ~30% reduction in heap usage, with no measurable performance impact otherwise. * Clean up type for `CompactMap` chunk IDs. * Add a small comment description for `CompactMap()`. * Add the old version of `CompactMap()` for comparison purposes. | |||||
| 2025-06-02 | fix insert beyond look back window (#6838) | Chris Lu | 1 | -0/+20 | |
| 2025-05-28 | Further improve memory usage of `needle_map.CompactMap()`. (#6825) | Lisandro Pin | 1 | -7/+8 | |
| 2025-05-23 | Rewrite `needle_map.CompactMap()` for more efficient memory usage (#6813) | Lisandro Pin | 1 | -1/+1 | |
| 2023-11-26 | go fmt | chrislu | 1 | -4/+4 | |
| 2022-10-09 | fix: compact_map get error mismatching cokie (#3748) | binbinshi | 1 | -0/+39 | |
| * fix: compact_map get error * fix: CompactSection delete lock and move test to compact_map Co-authored-by: shibinbin <shibinbin@megvii.com> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2022-06-23 | test compact map with snowflake sequencer | chrislu | 1 | -0/+15 | |
| 2020-08-19 | fix tests | Chris Lu | 1 | -3/+3 | |
| 2020-08-18 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2020-08-18 | refactoring to typed Size | Chris Lu | 1 | -5/+5 | |
| Go is amazing with refactoring! | |||||
| 2019-12-24 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2019-12-24 | testing | Chris Lu | 1 | -1/+8 | |
| 2019-05-18 | generate ec01~ec14, generate ecx file with sorted needle values | Chris Lu | 1 | -1/+1 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -0/+159 | |
