RoaringBitmap / RoaringBitmap/CRoaring

Roaring64Map's read,write performance is bad

Open
#225 10 comments 0 reactions 1 assignee View on GitHub

@Oppen is already working on this.

Since Apr 13, 2022.

Dominant language
C
Stars
1.9k
Forks
334
Avg merge
2d 5h
Merged PRs (30d)
17

Description

I found Roaring64Map's read,write method performance is bad. To a bitmap with a cardinality value of 590208, the read method elapsed 120ms, the write method elapsed 100ms. To be more concrete ,the read,write target are all memory ,not disk. The methods are called with the portable parameter be true.

When I have more bitmaps to deserialize to do and,or operations ,then serialize the final bitmap , most of the time will be payed for the deserialization/serialization method.

Any advice will be appreciated. @lemire

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.