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

#227 - Support open/closed intervals in StaticIntervalTree

Issue - State: open - Opened by laurisvan 26 days ago - 4 comments
Labels: enhancement, question

#226 - Bug in GeneralizedSuffixArray

Issue - State: open - Opened by dhowe 3 months ago

#224 - Double check sparse queue set bound testing

Issue - State: open - Opened by Yomguithereal 8 months ago
Labels: bug

#223 - CircularBuffer peekLast undefined

Issue - State: closed - Opened by magicdawn 8 months ago - 1 comment

#222 - refactor: LinkedList is in fact a Deque

Pull Request - State: open - Opened by jerome-benoit 9 months ago - 4 comments

#221 - perf(fixed-deque): avoid costly modulo op in hot code path

Pull Request - State: closed - Opened by jerome-benoit 9 months ago - 5 comments

#220 - feat: add Sieve algorithm

Pull Request - State: open - Opened by kurtextrem 9 months ago - 5 comments

#219 - [2/2] feat: ESM support: consolidate exports tests

Pull Request - State: closed - Opened by jerome-benoit 9 months ago

#218 - Consolidate named exports tests

Issue - State: closed - Opened by jerome-benoit 9 months ago

#217 - Fix Float64Vector mistakenly exported as Float64Array

Pull Request - State: closed - Opened by atombrenner 9 months ago - 2 comments

#216 - build: add dependabot configuration

Pull Request - State: open - Opened by jerome-benoit 9 months ago

#215 - Use modern JavaScript syntax for code examples

Pull Request - State: closed - Opened by atombrenner 9 months ago - 2 comments

#214 - feat: add ESM support for named exports

Pull Request - State: closed - Opened by jerome-benoit 9 months ago - 15 comments

#213 - fix: add missing constructor to TS type definitions

Pull Request - State: closed - Opened by jerome-benoit 9 months ago - 5 comments

#212 - Proposal to Integrate SIEVE Eviction Algorithm

Issue - State: open - Opened by yazhuo 9 months ago - 9 comments

#211 - Typescript definitions: Fix missing parameters in `from` static methods

Pull Request - State: closed - Opened by Macil 10 months ago - 2 comments

#209 - Possible bug Generalized Suffix Array - longestCommonSubsequence

Issue - State: open - Opened by shur-complement about 1 year ago - 1 comment
Labels: bug

#208 - JS array with getter by ID ?

Issue - State: closed - Opened by KaKi87 about 1 year ago - 2 comments

#207 - new method wanted: .has_prefix ?

Pull Request - State: closed - Opened by knutesears over 1 year ago - 1 comment

#206 - MinHeap.push() vs MaxHeap.push() performance

Issue - State: open - Opened by RickWong over 1 year ago - 3 comments
Labels: question

#205 - Fix BiMap and InverseMap `get` type to allow `undefined` return

Pull Request - State: closed - Opened by rubenferreira97 almost 2 years ago - 2 comments

#204 - MultiSet.toJSON output is surprising

Issue - State: closed - Opened by kberg almost 2 years ago - 5 comments

#203 - Typescript definition of `keys` does not work with subsets of string.

Issue - State: closed - Opened by kberg almost 2 years ago - 1 comment

#202 - Initial jsdoc for mutliset

Pull Request - State: open - Opened by kberg almost 2 years ago

#201 - What is the simple way of copying all elements from one Multiset into another?

Issue - State: closed - Opened by kberg almost 2 years ago - 2 comments

#200 - Have MultiSet.clear() return this

Issue - State: closed - Opened by kberg almost 2 years ago - 4 comments

#199 - Adding JSDoc to ts.d files

Issue - State: open - Opened by kberg almost 2 years ago - 3 comments

#198 - Distinguishing MultiSet & Counter semantics

Issue - State: open - Opened by Yomguithereal almost 2 years ago
Labels: enhancement, discussion

#197 - Multiset.size=NaN when removing non-existent element

Issue - State: closed - Opened by kberg almost 2 years ago - 2 comments

#196 - longestCommonSubsequence return wrong result

Issue - State: open - Opened by JauSingSing about 2 years ago - 1 comment

#195 - Negative sampling tree

Issue - State: open - Opened by Yomguithereal about 2 years ago - 1 comment

#194 - fix(kdtree-docs): use correct constructor KDTree.from in examples (#192)

Pull Request - State: closed - Opened by olastor about 2 years ago

#193 - Missing OrderedMap or SortedMap data structure

Issue - State: open - Opened by stanf0rd about 2 years ago - 1 comment
Labels: enhancement

#192 - KDTree constructor not working as documented

Issue - State: closed - Opened by olastor about 2 years ago - 4 comments

#191 - Cache with time-to-keep expiry

Pull Request - State: open - Opened by mrflip about 2 years ago

#189 - Matrix test all node versions

Pull Request - State: closed - Opened by mrflip about 2 years ago

#188 - Cache profiling (WIP)

Pull Request - State: open - Opened by mrflip about 2 years ago - 3 comments

#187 - LRUCache/LRUMap family -- inspect and toString improvements

Pull Request - State: open - Opened by mrflip about 2 years ago

#186 - Set helpers #isEqual, adds some test coverage

Pull Request - State: open - Opened by mrflip about 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 over 2 years ago - 2 comments

#179 - Add constant factory to DefaultMap and constructor polymorphism

Issue - State: open - Opened by Yomguithereal over 2 years ago
Labels: enhancement

#178 - Tips for implementing HashedArrayTree#insert, #remove, and #forEach?

Issue - State: closed - Opened by lancejpollard over 2 years ago - 5 comments
Labels: question, discussion

#177 - MultiSet.top clamp n on dimension

Issue - State: open - Opened by Yomguithereal over 2 years ago
Labels: bug

#176 - Fix typo in FuzzyMap example 2

Pull Request - State: closed - Opened by stafyniaksacha over 2 years ago - 1 comment

#175 - Fix typo in FuzzyMap example

Pull Request - State: closed - Opened by stafyniaksacha over 2 years ago - 2 comments

#174 - MultiMap.from broken

Issue - State: open - Opened by andreasdamm over 2 years ago - 4 comments

#173 - Oblivious LRU with delete -- addressed pull request comments, added LRUMapWithDelete

Pull Request - State: closed - Opened by mrflip almost 3 years ago - 6 comments

#172 - Add missing #.isEqual to set helpers

Issue - State: open - Opened by Yomguithereal almost 3 years ago
Labels: enhancement

#171 - fix kd-tree types

Pull Request - State: closed - Opened by clhuang about 3 years ago - 2 comments

#170 - Linked List insertion, remove and reordering

Issue - State: open - Opened by jramstedt about 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

#166 - fix(LRU): throw error if capacity is not a finite positive integer

Pull Request - State: closed - Opened by trivikr over 3 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 over 3 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] over 3 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] over 3 years ago - 1 comment
Labels: dependencies

#162 - feat: add ObliviousLRUCache with delete functionality

Pull Request - State: closed - Opened by trivikr over 3 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] over 3 years ago - 1 comment
Labels: dependencies

#160 - [LRU] Remove duplicate code between set and setpop

Issue - State: closed - Opened by trivikr over 3 years ago - 2 comments

#159 - Move duplicate code in LRUCache and LRUMap to one place

Issue - State: closed - Opened by trivikr over 3 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] over 3 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] over 3 years ago - 1 comment
Labels: dependencies

#156 - chore: replace legacy deepEqual with deepStrictEqual

Pull Request - State: closed - Opened by trivikr over 3 years ago - 1 comment

#155 - Replace deprecated deepEqual() with deepStrictEqual()

Issue - State: closed - Opened by trivikr over 3 years ago

#154 - feat: adds remove functionality to LRUCache and LRUMap

Pull Request - State: closed - Opened by trivikr over 3 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] over 3 years ago - 1 comment
Labels: dependencies

#152 - Dynamic interval tree

Issue - State: open - Opened by cristiano-belloni over 3 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] over 3 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] over 3 years ago - 1 comment
Labels: dependencies

#149 - Vantage Point Forest

Issue - State: open - Opened by Yomguithereal over 3 years ago
Labels: enhancement

#148 - Fix type declarations for Heap.replace and Heap.pushpop

Pull Request - State: closed - Opened by wholenews over 3 years ago

#147 - VPTree.nearestNeighbors doesn't return all neighbors

Issue - State: closed - Opened by anvaka over 3 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] almost 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 almost 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] almost 4 years ago - 1 comment
Labels: dependencies

#143 - LRU remove by key

Issue - State: open - Opened by yosiat almost 4 years ago - 6 comments
Labels: enhancement

#142 - new Structure(structure) pattern

Issue - State: closed - Opened by xamgore about 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] about 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] about 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] about 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] about 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

#133 - default-weak-map: new page

Pull Request - State: closed - Opened by yoursunny over 4 years ago - 2 comments

#132 - default-weak-map: new structure

Pull Request - State: closed - Opened by yoursunny over 4 years ago - 5 comments

#131 - Omit undefined args in a DefaultMap's factory

Pull Request - State: closed - Opened by xamgore over 4 years ago - 2 comments

#130 - Bump websocket-extensions from 0.1.3 to 0.1.4 in /docs/fosdem2019

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 1 comment
Labels: dependencies

#129 - Support toStringTag

Issue - State: open - Opened by xamgore over 4 years ago - 1 comment
Labels: enhancement

#128 - multi-set: improve iterator typing

Pull Request - State: closed - Opened by yoursunny over 4 years ago - 3 comments