issues
search
Yomguithereal
/
mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
https://yomguithereal.github.io/mnemonist
MIT License
2.28k
stars
92
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support open/closed intervals in StaticIntervalTree
#227
laurisvan
opened
2 months ago
4
Bug in GeneralizedSuffixArray
#226
dhowe
opened
4 months ago
0
StaticIntervalTree intervalsOverlappingInterval is not working with a tree generated by an object
#225
jpbmdev
opened
5 months ago
0
Double check sparse queue set bound testing
#224
Yomguithereal
opened
9 months ago
0
CircularBuffer peekLast undefined
#223
magicdawn
closed
9 months ago
1
refactor: LinkedList is in fact a Deque
#222
jerome-benoit
opened
10 months ago
4
perf(fixed-deque): avoid costly modulo op in hot code path
#221
jerome-benoit
closed
9 months ago
5
feat: add Sieve algorithm
#220
kurtextrem
opened
10 months ago
5
[2/2] feat: ESM support: consolidate exports tests
#219
jerome-benoit
closed
10 months ago
0
Consolidate named exports tests
#218
jerome-benoit
closed
9 months ago
0
Fix Float64Vector mistakenly exported as Float64Array
#217
atombrenner
closed
10 months ago
2
build: add dependabot configuration
#216
jerome-benoit
opened
10 months ago
0
Use modern JavaScript syntax for code examples
#215
atombrenner
closed
10 months ago
2
feat: add ESM support for named exports
#214
jerome-benoit
closed
9 months ago
15
fix: add missing constructor to TS type definitions
#213
jerome-benoit
closed
10 months ago
5
Proposal to Integrate SIEVE Eviction Algorithm
#212
yazhuo
opened
11 months ago
9
Typescript definitions: Fix missing parameters in `from` static methods
#211
Macil
closed
11 months ago
2
SymSpell.from(words, {maxDistance: 3, verbosity: 2}) taking long time to load large word dictionary
#210
kabyanil
opened
1 year ago
3
Possible bug Generalized Suffix Array - longestCommonSubsequence
#209
ghost
opened
1 year ago
1
JS array with getter by ID ?
#208
KaKi87
closed
1 year ago
2
new method wanted: .has_prefix ?
#207
knutesears
closed
1 year ago
1
MinHeap.push() vs MaxHeap.push() performance
#206
RickWong
opened
1 year ago
3
Fix BiMap and InverseMap `get` type to allow `undefined` return
#205
rubenferreira97
closed
2 years ago
2
MultiSet.toJSON output is surprising
#204
kberg
closed
2 years ago
5
Typescript definition of `keys` does not work with subsets of string.
#203
kberg
closed
2 years ago
1
Initial jsdoc for mutliset
#202
kberg
opened
2 years ago
0
What is the simple way of copying all elements from one Multiset into another?
#201
kberg
closed
2 years ago
2
Have MultiSet.clear() return this
#200
kberg
closed
2 years ago
4
Adding JSDoc to ts.d files
#199
kberg
opened
2 years ago
3
Distinguishing MultiSet & Counter semantics
#198
Yomguithereal
opened
2 years ago
0
Multiset.size=NaN when removing non-existent element
#197
kberg
closed
2 years ago
2
longestCommonSubsequence return wrong result
#196
JauSingSing
opened
2 years ago
1
Negative sampling tree
#195
Yomguithereal
opened
2 years ago
1
fix(kdtree-docs): use correct constructor KDTree.from in examples (#192)
#194
olastor
closed
2 years ago
0
Missing OrderedMap or SortedMap data structure
#193
stanf0rd
opened
2 years ago
1
KDTree constructor not working as documented
#192
olastor
closed
2 years ago
4
Cache with time-to-keep expiry
#191
mrflip
opened
2 years ago
0
Allowing modern Javascript syntax (or specifying the earliest target Ecmascript version)
#190
mrflip
opened
2 years ago
5
Matrix test all node versions
#189
mrflip
closed
2 years ago
0
Cache profiling (WIP)
#188
mrflip
opened
2 years ago
3
LRUCache/LRUMap family -- inspect and toString improvements
#187
mrflip
opened
2 years ago
0
Set helpers #isEqual, adds some test coverage
#186
mrflip
opened
2 years ago
1
Possibility to improve deletion in lru cache using swap back method?
#185
Yomguithereal
opened
2 years ago
2
Add initial editorconfig setup
#184
jerome-benoit
closed
2 years ago
0
Small code formatting fixlets
#183
jerome-benoit
closed
2 years ago
0
Ensure CI run tests for TS types definition
#182
jerome-benoit
closed
2 years ago
1
Fix returned TS type on toArray() and consume() methods
#181
jerome-benoit
closed
2 years ago
4
Implement missing from static on min/max heap
#180
em-ctc
closed
2 years ago
2
Add constant factory to DefaultMap and constructor polymorphism
#179
Yomguithereal
opened
2 years ago
0
Tips for implementing HashedArrayTree#insert, #remove, and #forEach?
#178
lancejpollard
closed
2 years ago
5
Next