Commit 0810c99
committed
fix(hll): preserve set coupon order when serializing
Compact HLL Set serialization used to sort retained coupons before writing
bytes. Java and C++ write compact Set coupons in hash table iteration order.
Write the existing iterator output directly. This keeps the compact format
and removes the extra allocation.1 parent 9a80c60 commit 0810c99
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 182 | + | |
193 | 183 | | |
194 | 184 | | |
195 | 185 | | |
| |||
0 commit comments