js-sdsl icon indicating copy to clipboard operation
js-sdsl copied to clipboard

A javascript standard data structure library which benchmark against C++ STL.

Results 31 js-sdsl issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [x] Feature - [x] Code style update - [x] Refactor - [x] Build-related changes...

bug
enhancement

In previous versions, I relied too much on C++ STL. In fact, many designs in C++ STL are not suitable for Javascript, especially in the function name specification. This RFC...

enhancement

See files published on NPM: ESM: https://unpkg.com/browse/[email protected]/dist/esm/container/OtherContainer/Queue.js ESM Build Source ```js var __extends = this && this.t || function() { var extendStatics = function(t, i) { extendStatics = Object.setPrototypeOf ||...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...

enhancement
dependencies

**Is your feature request related to a problem? Please describe.** Now: ```ts import { OrderedSet } from '@js-sdsl/ordered-set'; ``` **Describe the solution you'd like** I want: ```ts import OrderedSet from...

enhancement

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...

- https://github.com/sidorares/node-mysql2/issues/1629 - https://github.com/luin/ioredis/issues/1649 - https://github.com/mongodb/node-mongodb-native/pull/3419

help wanted
question
performance

After swapping `functional-red-black-tree` to `js-sdsl` in https://github.com/ethereumjs/ethereumjs-monorepo/issues/2283, we now run into an out-of-memory exception in one of the unit tests which uses a big chunk of memory. This seems to...

enhancement
question
performance

Like this: ![image](https://user-images.githubusercontent.com/59038614/198306783-70886355-9012-408a-9404-ad2badfb055a.png)

documentation
help wanted