Skip to content

koenbok/TreeVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treevector

To install dependencies:

bun install

To run:

bun run src/index.ts

To run the HTTP server:

bun run src/server/index.ts

This project was created using bun init in bun v1.2.19. Bun is a fast all-in-one JavaScript runtime.

Semantics

  • FenwickOrderedList.scan(min, max) returns values in the half-open interval [min, max): includes min, excludes max.
  • FenwickOrderedColumn.scan(min, max) forwards to FenwickOrderedList.scan and has the same [min, max) semantics.

About

High-performance data structures for TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors