Skip to content

Feature-gate RankQuantFastscan with a documented stability level #84

@Fieldnote-Echo

Description

@Fieldnote-Echo

Summary

RankQuantFastscan is #[doc(hidden)] but publicly reachable as ordvec::RankQuantFastscan. It's an optional b=2 FastScan kernel (block-32 PQ-LUT) offering a real scan-latency win at ~2× the RankQuant b=2 footprint (dim/2 bytes/doc) — compelling for latency-critical callers — but the "hidden + not yet stable" status makes it un-adoptable in production code.

Ask

Give callers a way to opt in knowingly. Preferred path (pre-1.0): gate it behind --features fastscan with a documented stability caveat, rather than stabilising it onto the default surface. Keep it off the default docs build.

Open question for the maintainer: feature-gate vs. promote to a documented ordvec::fastscan::RankQuantFastscan with an explicit "experimental API, may change before 1.0" banner.

Notes


Filed from an external technical review (May 2026); verified against v0.2.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions