Skip to content

Commit 573baba

Browse files
committed
Update readme now that we use MemorySegment
1 parent 2bffed8 commit 573baba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ But that's not all it does. That's just what that one comment says. Some other f
2525

2626
## Additional features
2727

28-
- Reads ZIP files using `Unsafe` backed mapped files.
29-
- Using `FileChannel.map` yields `MappedByteBuffer` which uses `int` values, limiting files up to about 2GB
30-
- Our `UnsafeMappedFile` implementation uses `long` which far exceeds the GB file size range
28+
- Reads ZIP files using `MemorySegment` backed mapped files.
3129
- Highly configurable, offering 3 ZIP reading strategies out of the box _(See `ZipIO` for convenience calls)_
3230
- Std / Forward scanning: Scans for `EndOfCentralDirectory` from the front of the file, like many other tools
3331
- Naive: Scans only for `LocalFileHeader` values from the front of the file, the fastest implementation, but obviously naive

0 commit comments

Comments
 (0)