Have a light scalar implementation

Open
#20 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust, wasm
Domain
performance

Research direction

Start by reading the existing specialized, loop-unrolled implementations and the crate's feature or flag configuration. Compare the compact scalar path with the current implementations and verify that the flag-controlled build preserves compression behavior while reducing binary size, particularly for WebAssembly.

Written by the indexing model from the issue text.

Description

Hacktoberfest

The current implementations generate large binaries because they have one specialized implementation for each bitwidth, and do loop unrolling.

Add a flag-enabled implementation that uses a more compact scalar implementation. This would be useful for web assembly for instance.

Dominant language
Rust
Stars
340
Forks
37
PR merge metrics
No merged PRs in 30d

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.

More from quickwit-oss/bitpacking

All issues in quickwit-oss/bitpacking

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.