We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40c7e6 commit 324c282Copy full SHA for 324c282
src/main/java/me/lemire/longcompression/SkippableLongCODEC.java
@@ -11,7 +11,7 @@
11
12
/**
13
* Interface describing a standard CODEC to compress longs. This is a
14
- * variation on the LongCODEC interface meant to be used for head access.
+ * variation on the LongCODEC interface meant to be used for random access.
15
*
16
* The main difference is that we must specify the number of longs we wish to
17
* decode. This information should be stored elsewhere.
0 commit comments