Skip to content

Tags: risinglightdb/risinglight

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf(expr): further optimize performance (#744)

* optimize to string array

Signed-off-by: Runji Wang <[email protected]>

* optimize bitvec

Signed-off-by: Runji Wang <[email protected]>

* avoid zip_eq for performance

Signed-off-by: Runji Wang <[email protected]>

* array: add `is_null` and `get_raw`

Signed-off-by: Runji Wang <[email protected]>

* add bench for array filter

Signed-off-by: Runji Wang <[email protected]>

* optimize filter -30%

Signed-off-by: Runji Wang <[email protected]>

* optimize filter from bool array

Signed-off-by: Runji Wang <[email protected]>

* clear null data

Signed-off-by: Runji Wang <[email protected]>

* fix cardinality error

Signed-off-by: Runji Wang <[email protected]>

* remove array iterator

Signed-off-by: Runji Wang <[email protected]>

* introduce non-null iterator

Signed-off-by: Runji Wang <[email protected]>

* optimize bitmap &&

Signed-off-by: Runji Wang <[email protected]>

* optimize BitVec operations

Signed-off-by: Runji Wang <[email protected]>

* fix clippy and test

Signed-off-by: Runji Wang <[email protected]>

Signed-off-by: Runji Wang <[email protected]>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update contributors (#605)

Signed-off-by: Alex Chi <[email protected]>

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update contributors (#545)

Signed-off-by: Alex Chi <[email protected]>