Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Find alternative for Bookkeeper queue and queued #48

@KasperZutterman

Description

@KasperZutterman

protected readonly queue = new PriorityQueue({ comparator: compareFragments});
protected readonly queued: any = new LRU({
max: 500,
maxAge: 1000 * 60 * 60 * 24
}); // to know whether a fragment URL is already added to the priority queue

Possibly replaceable by https://www.collectionsjs.com/sorted-map

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions