Commit 2860654
authored
refactor: remove unnecessary spaces in exceptional value vector allocation (#33)
Implemented:
- Removed the allocation of 32 additional vectors, as only 33 vectors
are needed.
Reference:
- C++:
https://github.com/fast-pack/FastPFOR/blob/d20b2e3eac95c83377afbde6d092efd0fb255137/headers/fastpfor.h#L343C3-L346C61
- JAVA:
https://github.com/fast-pack/JavaFastPFOR/blob/182c6d2147d1feb50fd2397f58e33735519d096f/src/main/java/me/lemire/integercompression/FastPFOR.java#L74C13-L76C101 parent 3f09a1c commit 2860654
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 123 | + | |
131 | 124 | | |
132 | 125 | | |
133 | 126 | | |
| |||
0 commit comments