Skip to content

Commit 8f5ec86

Browse files
committed
Rename benchmarks
1 parent 810eca1 commit 8f5ec86

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ALP achieves high compression ratios for float64 data through:
8585
- Sequential patterns
8686
- Constant or near-constant values (achieves 99.7% compression)
8787

88-
**See [ALGORITHM.md](alp/ALGORITHM.md) for detailed explanation.**
88+
**See [ALGORITHM.md](alp/README) for detailed explanation.**
8989

9090
### Delta Encoding
9191

@@ -122,7 +122,6 @@ tscodec-go/
122122
├── dod/ # Delta-of-Delta encoding
123123
├── bitpack/ # Low-level bit-packing utilities
124124
├── unsafecast/ # Type conversion utilities
125-
└── benchmarks/ # Performance benchmarks
126125
```
127126

128127
## API Documentation
File renamed without changes.

0 commit comments

Comments
 (0)