Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Yomguithereal/mnemonist issues and pull requests
#233 - Add sideEffects flag to package.json
Pull Request -
State: open - Opened by blowery 3 days ago
#232 - Fix `BloomFilter.from` in type declaration
Pull Request -
State: closed - Opened by jmezzacappa 14 days ago
- 2 comments
#231 - [Bug] Type Definitions Missing Values Parameter in SparseMap Constructor
Issue -
State: closed - Opened by sotojn 16 days ago
- 1 comment
#230 - set: mark unchanged parameters as `ReadonlySet`
Pull Request -
State: closed - Opened by yoursunny about 1 month ago
- 6 comments
#229 - [Feature request] Create a map from a map
Issue -
State: open - Opened by matthew-dean about 1 month ago
- 1 comment
#228 - [Feature request] "Circular" LinkedList
Issue -
State: closed - Opened by cyrilchapon about 2 months ago
- 3 comments
Labels: discussion
#227 - Support open/closed intervals in StaticIntervalTree
Issue -
State: open - Opened by laurisvan 6 months ago
- 4 comments
Labels: enhancement, question
#226 - Bug in GeneralizedSuffixArray
Issue -
State: open - Opened by dhowe 7 months ago
#225 - StaticIntervalTree intervalsOverlappingInterval is not working with a tree generated by an object
Issue -
State: open - Opened by jpbmdev 8 months ago
Labels: bug
#224 - Double check sparse queue set bound testing
Issue -
State: open - Opened by Yomguithereal about 1 year ago
Labels: bug
#223 - CircularBuffer peekLast undefined
Issue -
State: closed - Opened by magicdawn about 1 year ago
- 1 comment
#222 - refactor: LinkedList is in fact a Deque
Pull Request -
State: open - Opened by jerome-benoit about 1 year ago
- 4 comments
#221 - perf(fixed-deque): avoid costly modulo op in hot code path
Pull Request -
State: closed - Opened by jerome-benoit about 1 year ago
- 5 comments
#220 - feat: add Sieve algorithm
Pull Request -
State: open - Opened by kurtextrem about 1 year ago
- 5 comments
#219 - [2/2] feat: ESM support: consolidate exports tests
Pull Request -
State: closed - Opened by jerome-benoit about 1 year ago
#218 - Consolidate named exports tests
Issue -
State: closed - Opened by jerome-benoit about 1 year ago
#217 - Fix Float64Vector mistakenly exported as Float64Array
Pull Request -
State: closed - Opened by atombrenner about 1 year ago
- 2 comments
#216 - build: add dependabot configuration
Pull Request -
State: open - Opened by jerome-benoit about 1 year ago
#215 - Use modern JavaScript syntax for code examples
Pull Request -
State: closed - Opened by atombrenner about 1 year ago
- 2 comments
#214 - feat: add ESM support for named exports
Pull Request -
State: closed - Opened by jerome-benoit about 1 year ago
- 15 comments
#213 - fix: add missing constructor to TS type definitions
Pull Request -
State: closed - Opened by jerome-benoit about 1 year ago
- 5 comments
#212 - Proposal to Integrate SIEVE Eviction Algorithm
Issue -
State: open - Opened by yazhuo about 1 year ago
- 9 comments
#211 - Typescript definitions: Fix missing parameters in `from` static methods
Pull Request -
State: closed - Opened by Macil about 1 year ago
- 2 comments
#210 - SymSpell.from(words, {maxDistance: 3, verbosity: 2}) taking long time to load large word dictionary
Issue -
State: open - Opened by kabyanil over 1 year ago
- 3 comments
Labels: question
#209 - Possible bug Generalized Suffix Array - longestCommonSubsequence
Issue -
State: open - Opened by shur-complement over 1 year ago
- 1 comment
Labels: bug
#208 - JS array with getter by ID ?
Issue -
State: closed - Opened by KaKi87 over 1 year ago
- 2 comments
#207 - new method wanted: .has_prefix ?
Pull Request -
State: closed - Opened by knutesears about 2 years ago
- 1 comment
#206 - MinHeap.push() vs MaxHeap.push() performance
Issue -
State: open - Opened by RickWong about 2 years ago
- 3 comments
Labels: question
#205 - Fix BiMap and InverseMap `get` type to allow `undefined` return
Pull Request -
State: closed - Opened by rubenferreira97 over 2 years ago
- 2 comments
#204 - MultiSet.toJSON output is surprising
Issue -
State: closed - Opened by kberg over 2 years ago
- 5 comments
#203 - Typescript definition of `keys` does not work with subsets of string.
Issue -
State: closed - Opened by kberg over 2 years ago
- 1 comment
#202 - Initial jsdoc for mutliset
Pull Request -
State: open - Opened by kberg over 2 years ago
#201 - What is the simple way of copying all elements from one Multiset into another?
Issue -
State: closed - Opened by kberg over 2 years ago
- 2 comments
#200 - Have MultiSet.clear() return this
Issue -
State: closed - Opened by kberg over 2 years ago
- 4 comments
#199 - Adding JSDoc to ts.d files
Issue -
State: open - Opened by kberg over 2 years ago
- 3 comments
#198 - Distinguishing MultiSet & Counter semantics
Issue -
State: open - Opened by Yomguithereal over 2 years ago
Labels: enhancement, discussion
#197 - Multiset.size=NaN when removing non-existent element
Issue -
State: closed - Opened by kberg over 2 years ago
- 2 comments
#196 - longestCommonSubsequence return wrong result
Issue -
State: open - Opened by JauSingSing over 2 years ago
- 1 comment
#195 - Negative sampling tree
Issue -
State: open - Opened by Yomguithereal over 2 years ago
- 1 comment
#194 - fix(kdtree-docs): use correct constructor KDTree.from in examples (#192)
Pull Request -
State: closed - Opened by olastor over 2 years ago
#193 - Missing OrderedMap or SortedMap data structure
Issue -
State: open - Opened by stanf0rd over 2 years ago
- 1 comment
Labels: enhancement
#192 - KDTree constructor not working as documented
Issue -
State: closed - Opened by olastor over 2 years ago
- 4 comments
#191 - Cache with time-to-keep expiry
Pull Request -
State: open - Opened by mrflip over 2 years ago
#190 - Allowing modern Javascript syntax (or specifying the earliest target Ecmascript version)
Issue -
State: open - Opened by mrflip over 2 years ago
- 5 comments
#189 - Matrix test all node versions
Pull Request -
State: closed - Opened by mrflip over 2 years ago
#188 - Cache profiling (WIP)
Pull Request -
State: open - Opened by mrflip over 2 years ago
- 3 comments
#187 - LRUCache/LRUMap family -- inspect and toString improvements
Pull Request -
State: open - Opened by mrflip over 2 years ago
#186 - Set helpers #isEqual, adds some test coverage
Pull Request -
State: open - Opened by mrflip over 2 years ago
- 1 comment
#185 - Possibility to improve deletion in lru cache using swap back method?
Issue -
State: open - Opened by Yomguithereal over 2 years ago
- 2 comments
Labels: enhancement
#184 - Add initial editorconfig setup
Pull Request -
State: closed - Opened by jerome-benoit over 2 years ago
#183 - Small code formatting fixlets
Pull Request -
State: closed - Opened by jerome-benoit over 2 years ago
#182 - Ensure CI run tests for TS types definition
Pull Request -
State: closed - Opened by jerome-benoit over 2 years ago
- 1 comment
#181 - Fix returned TS type on toArray() and consume() methods
Pull Request -
State: closed - Opened by jerome-benoit over 2 years ago
- 4 comments
#180 - Implement missing from static on min/max heap
Pull Request -
State: closed - Opened by em-ctc almost 3 years ago
- 2 comments
#179 - Add constant factory to DefaultMap and constructor polymorphism
Issue -
State: open - Opened by Yomguithereal almost 3 years ago
Labels: enhancement
#178 - Tips for implementing HashedArrayTree#insert, #remove, and #forEach?
Issue -
State: closed - Opened by lancejpollard almost 3 years ago
- 5 comments
Labels: question, discussion
#177 - MultiSet.top clamp n on dimension
Issue -
State: open - Opened by Yomguithereal almost 3 years ago
Labels: bug
#176 - Fix typo in FuzzyMap example 2
Pull Request -
State: closed - Opened by stafyniaksacha about 3 years ago
- 1 comment
#175 - Fix typo in FuzzyMap example
Pull Request -
State: closed - Opened by stafyniaksacha about 3 years ago
- 2 comments
#174 - MultiMap.from broken
Issue -
State: open - Opened by andreasdamm about 3 years ago
- 4 comments
#173 - Oblivious LRU with delete -- addressed pull request comments, added LRUMapWithDelete
Pull Request -
State: closed - Opened by mrflip over 3 years ago
- 6 comments
#172 - Add missing #.isEqual to set helpers
Issue -
State: open - Opened by Yomguithereal over 3 years ago
Labels: enhancement
#171 - fix kd-tree types
Pull Request -
State: closed - Opened by clhuang over 3 years ago
- 2 comments
#170 - Linked List insertion, remove and reordering
Issue -
State: open - Opened by jramstedt over 3 years ago
- 3 comments
#169 - ESModule support
Issue -
State: closed - Opened by hoangvvo over 3 years ago
- 1 comment
Labels: enhancement, discussion
#168 - fix(PointerArray): throw error if array size > 4294967295
Pull Request -
State: closed - Opened by trivikr over 3 years ago
- 1 comment
#167 - LRUCache throws "Invalid Array length" error on Node.js 12.22.1 for capacity=4294967295
Issue -
State: open - Opened by trivikr almost 4 years ago
- 9 comments
#166 - fix(LRU): throw error if capacity is not a finite positive integer
Pull Request -
State: closed - Opened by trivikr almost 4 years ago
- 1 comment
#165 - LRUCache throws "Invalid array length" as an error if float value is passed to it
Issue -
State: closed - Opened by trivikr almost 4 years ago
- 3 comments
#164 - Bump lodash from 4.17.11 to 4.17.21 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#163 - Bump url-parse from 1.4.4 to 1.5.1 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#162 - feat: add ObliviousLRUCache with delete functionality
Pull Request -
State: closed - Opened by trivikr almost 4 years ago
- 2 comments
#161 - Bump ua-parser-js from 0.7.19 to 0.7.28 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#160 - [LRU] Remove duplicate code between set and setpop
Issue -
State: closed - Opened by trivikr almost 4 years ago
- 2 comments
#159 - Move duplicate code in LRUCache and LRUMap to one place
Issue -
State: closed - Opened by trivikr almost 4 years ago
- 2 comments
#158 - Bump y18n from 4.0.0 to 4.0.3 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#157 - Bump ini from 1.3.5 to 1.3.8 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#156 - chore: replace legacy deepEqual with deepStrictEqual
Pull Request -
State: closed - Opened by trivikr almost 4 years ago
- 1 comment
#155 - Replace deprecated deepEqual() with deepStrictEqual()
Issue -
State: closed - Opened by trivikr almost 4 years ago
#154 - feat: adds remove functionality to LRUCache and LRUMap
Pull Request -
State: closed - Opened by trivikr almost 4 years ago
- 2 comments
#153 - Bump ssri from 6.0.1 to 6.0.2 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#152 - Dynamic interval tree
Issue -
State: open - Opened by cristiano-belloni almost 4 years ago
- 6 comments
Labels: enhancement
#151 - Bump y18n from 4.0.0 to 4.0.1 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#150 - Bump elliptic from 6.4.1 to 6.5.4 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#149 - Vantage Point Forest
Issue -
State: open - Opened by Yomguithereal almost 4 years ago
Labels: enhancement
#148 - Fix type declarations for Heap.replace and Heap.pushpop
Pull Request -
State: closed - Opened by wholenews almost 4 years ago
#147 - VPTree.nearestNeighbors doesn't return all neighbors
Issue -
State: closed - Opened by anvaka almost 4 years ago
- 2 comments
#146 - Bump ini from 1.3.5 to 1.3.7 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#145 - SparseQueueSet.enqueue is deopt because of out of bounds access of dense
Issue -
State: closed - Opened by Yomguithereal about 4 years ago
Labels: bug
#144 - Bump lodash from 4.17.11 to 4.17.20 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#143 - LRU remove by key
Issue -
State: open - Opened by yosiat over 4 years ago
- 6 comments
Labels: enhancement
#142 - new Structure(structure) pattern
Issue -
State: closed - Opened by xamgore over 4 years ago
- 3 comments
Labels: discussion
#141 - Bump puppeteer from 1.11.0 to 1.20.0 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#140 - Bump elliptic from 6.4.1 to 6.5.3 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#139 - Bump lodash from 4.17.11 to 4.17.19 in /docs/fosdem2019
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#138 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#137 - BiMap value lookup?
Issue -
State: closed - Opened by robross0606 over 4 years ago
- 3 comments
#136 - Add TrieMap.update docs
Pull Request -
State: closed - Opened by wholenews over 4 years ago
#135 - Add TrieMap.update
Pull Request -
State: closed - Opened by wholenews over 4 years ago
- 5 comments
#134 - all: fix typo abitrary => arbitrary
Pull Request -
State: closed - Opened by yoursunny over 4 years ago
- 1 comment