Skip to content

Tags: openacid/low

Tags

v0.1.21

new-feature: add mathext/util: with max, min, clap utils

v0.1.20

new-feature: add bitstr to store a bits serias whose size is non-8-al…

…igned.

v0.1.19

new-feature: bitmap: add Builder.Set() to update one bit in a bitmap

v0.1.18

fix: typo of pakcage name

v0.1.17

new-feature: mathext.zipf: move zipf into dir zipf/ add Accesses() to…

… generate sequence of array access in zipf distribution

v0.1.16

new-feature: mathext.zipf: move zipf into dir zipf/ add Accesses() to…

… generate sequence of array access in zipf distribution

v0.1.15

new-feature: mathext: add Zipf to convert evenly distributed value to…

… zipf distributed

v0.1.14

new-feautre: bitmap: add Select32R64(): select() with a rank64 index …

…for speeding up. it costs 7.8ns/op

v0.1.13

new-feautre: bitmap: add Select32R64(): select() with a rank64 index …

…for speeding up. it costs 7.8ns/op

v0.1.12

refactor: bitmap: use 256x8 table for select32. remove packed lookup …

…table [256]int32