@pwngh/economy-lab
    Preparing search index...

    Interface BitsetOptions

    Tuning knobs. Defaults: 30s TTL, 10,000 resident users.

    interface BitsetOptions {
        clock?: Clock;
        maxUsers?: number;
        ttlMs?: number;
    }
    Index
    clock?: Clock
    maxUsers?: number

    Resident-user cap; the least recently used bitmap is evicted past it.

    ttlMs?: number

    How long a user's bitmap may serve reads before it must refill from the store.