Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/js-sdsl/js-sdsl

A javascript standard data structure library which benchmark against C++ STL.
https://github.com/js-sdsl/js-sdsl

build: [email protected] [dev] (#182)

* chore: upgrade devDependencies

* docs: update changelog and packages version

cd27a06ddd030e7381007d7f7ab8b7fd9eadbfce authored over 1 year ago by Zilong Yao <[email protected]>
feat: add isAccessible func to iter (#181)

90396910d6503a4c606386b637ee992d73948e9c authored over 1 year ago by Zilong Yao <[email protected]>
fix: make iterator pointer proxy iterable (#178)

* feat: make iterator pointer proxy iterable

* chore: upgrade devDependencies

* fix: make ...

6a2b8c381d5ad57d6281dec06182e4df41ea4fb3 authored over 1 year ago by Zilong Yao <[email protected]>
Merge branch 'main' into dev

522b195b49faf8e58476c8b2c57e2dbb6a767386 authored over 1 year ago by ZLY201 <[email protected]>
build: [email protected] [dev] (#174)

* build: [email protected]

36e974375e861158d911ed93a7651db9f47ee68e authored over 1 year ago by Zilong Yao <[email protected]>
fix: tree container with less than 3 items reverse iteration infinite loop (#172)

* fix: tree with less than 3 items reverse iteration infinite loop

* chore: upgrade devDepend...

682db4f4696976609160724049a45e2c2b4735a3 authored over 1 year ago by Zilong Yao <[email protected]>
build: [email protected] (#164)

* perf: optimize tree container (#159)

* docs: update readme

* refactor: optimize tree cod...

5e94c940bcd9df52050d3890507569e42a5f5a1d authored almost 2 years ago by Zilong Yao <[email protected]>
perf: save memory overhead for tree container traversal (#166)

35bdb348987ea26303fe3c7292739eab515bf841 authored almost 2 years ago by Zilong Yao <[email protected]>
build: [email protected] (#165)

cdad5d2c7ce776ac55548b4f0084fbefa8214cb9 authored almost 2 years ago by Zilong Yao <[email protected]>
chore: change firefox version to 36 (#163)

e969cf16b591de7c38339bfdddc3919d153e19e7 authored almost 2 years ago by Zilong Yao <[email protected]>
perf: optimized many places (#162)

* perf: do some optimization on details

* perf: optimize deque and symbol.iterator

* test:...

3766df213f7dc7f77276ee6e33be2c48a1b54206 authored almost 2 years ago by Zilong Yao <[email protected]>
perf: optimize tree container (#159)

* docs: update readme

* refactor: optimize tree code

* perf: optimize tree inOrder travel
...

fbab56c36e5f7c3177ab63058ea608e775b97f4c authored almost 2 years ago by Zilong Yao <[email protected]>
build: [email protected]

build: [email protected]

28fe66c6cd2356b9b849ff0cd771050b679c3d32 authored almost 2 years ago by Zilong Yao <[email protected]>
chore: update package info (#156)

bd2b14f2602eae93638fc9fb68655d9e7955e6cb authored almost 2 years ago by Zilong Yao <[email protected]>
perf: do some judgement (#154)

ca22771ffc175d52b353f81320ee004cdc65ef8b authored almost 2 years ago by Zilong Yao <[email protected]>
perf: optimize the expansion mechanism of queue (#153)

f1ba91342c4baa59671aed53771d3ed79ae77ba3 authored almost 2 years ago by Zilong Yao <[email protected]>
docs: move the comment to right place [skip ci] (#152)

1adfb687ab20d0da8bd882393977386eff6052fd authored almost 2 years ago by Zilong Yao <[email protected]>
reafactor: reimplement `Queue`, separate `Queue` from `Deque` (#151)

* perf: reimplement queue to improve queue

* chore: upgrade devDependencies

* docs: update...

3f35e529b6834bcc9aa0767dd26f679d743a36d0 authored almost 2 years ago by Zilong Yao <[email protected]>
feat: add container to iterator (#149)

* feat: add container pointer to iterator

* chore: upgrade devDependencies

* docs: update ...

ff7e4b186bf4767f8cdcee98e05af779cf51fdee authored almost 2 years ago by Zilong Yao <[email protected]>
Merge pull request #144 from js-sdsl/dev

docs: fix some mistake of readme

ce1c7048c459493cc511ac599a3e8a7d05fd39f2 authored about 2 years ago by Zilong Yao <[email protected]>
docs: fix the defination of stack and queue (#143)

0b47c10bb2c6fb3943e3e5a56692560616769932 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#142)

2d3bfd42ee1c493a61821c7bf649f4ddac0dab55 authored about 2 years ago by Zilong Yao <[email protected]>
build: [email protected] [skip ci] (#139)

b704616ef439991669f6d675a1687e2217c9cbe9 authored about 2 years ago by Zilong Yao <[email protected]>
fix: vector symbol iterator type error [skip ci] (#138)

e434aeeb157fbbb877bdb3a7e7855e39aa5aad52 authored about 2 years ago by Zilong Yao <[email protected]>
feat: add return value to all `insert` liked function (#135)

* refactor: refactor find element node

* refactor: refactor hash container find node

* ref...

61ed01a42888e708cf4e0a99d84b653ecf7b58b6 authored about 2 years ago by Zilong Yao <[email protected]>
test: refactor performance test generate format (#134)

b833ece1ad0f8601d7db117c7e9e7d887cc4b971 authored about 2 years ago by Zilong Yao <[email protected]>
docs: fix eslint logo [skip ci] (#133)

78287b93fcce454c6850f1e575eb0dd37c1bd9e9 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#132)

6c240ee588de3026c0e9de1a0ebfbb956e855d8c authored about 2 years ago by Zilong Yao <[email protected]>
refactor: do some refactor (#131)

* refactor: abstract iterator equals func

* refactor: refactor link list

* refactor: do so...

1908c4e3993639fd3a6707aac19eea7a023c2af1 authored about 2 years ago by Zilong Yao <[email protected]>
fix: tree erase reverse iterator return wrong iter (#130)

* test: add erase reverse iterator test

* refactor: abstract some tree function

* fix: tre...

5feb7045339edbe904cc909efecc4504496893a7 authored about 2 years ago by Zilong Yao <[email protected]>
feat: make hash container linked (#129)

* feat: make hash container linked

* test: make hash contaier tests stronger

* perf: optim...

ee4f37ce06bc9f5955598fe6782447e380ad6a14 authored about 2 years ago by Zilong Yao <[email protected]>
feat: do some optimization (#128)

f4700b2f261ef46bd0e6510788f22652ccf3724f authored about 2 years ago by Zilong Yao <[email protected]>
perf: remove useless tree node class member (#126)

a125650fa266aca43830906ef7fea4f409f88197 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#123)

41b9a0ff564edc721fdbd178b428b2cda5d095c6 authored about 2 years ago by Zilong Yao <[email protected]>
build: [email protected] [dev] (#122)

* chore: update config and docs

* build: [email protected]

634ccdc7cdbf553ba426342c783c56dbe3106f16 authored about 2 years ago by Zilong Yao <[email protected]>
perf: give a hint for object check (#120)

* perf: give a hint for object check

* test: perf hash container test

* fix: hash containe...

fbf80fecaffc947b7f684a9a747d7c2acbca5657 authored about 2 years ago by Zilong Yao <[email protected]>
Merge pull request #119 from js-sdsl/fix/resolve_confilicts

fix: resolve conflicts with main

f45c665cba7c25d0dd37ca32dab379fbec64f0d0 authored about 2 years ago by Zilong Yao <[email protected]>
Merge branch 'dev' of https://github.com/js-sdsl/js-sdsl into fix/resolve_confilicts

cb94567ad6b17ec0d81f44a30a0d6365afe38422 authored about 2 years ago by ZLY201 <[email protected]>
docs: update docs [skip ci] (#117)

37ebe4d74475250b2b66054a43d34b0af9a46c20 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update docs (#116)

c56efa0e582b763b522ada3d3abd5210534e17bf authored about 2 years ago by Zilong Yao <[email protected]>
perf: set obj property to null (#115)

99d8ebf77326e6c3565783be2e9f12d40a1dc243 authored about 2 years ago by Zilong Yao <[email protected]>
perf: remove all the arrow function (#114)

* perf: remove all the arrow function

* test: make tree test stronger

2fb819b7a0b467507c3a6d9198ae4dcd6ae5b54c authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix wrong trigger paths (#113)

bb0fada284729f3b76795f639ac304a175b0f2b3 authored about 2 years ago by Zilong Yao <[email protected]>
style: update eslint config (#110)

* style: update eslint

* chore: upgrade devDependencies

* chore: fix dist unresolved

* ...

c40ed8975b05d9dd3b243a776ee3abe1bafe870a authored about 2 years ago by Zilong Yao <[email protected]>
refactor: change hash container implement method (#109)

* refactor: change hash container implement method

* perf: do some optimization

* test: ma...

2068a64e8f1fcc784ff81a22e02457781fc6217b authored about 2 years ago by Zilong Yao <[email protected]>
docs: do some update (#108) [skip ci]

* docs: do some update [skip ci]

Signed-off-by: Zilong Yao <[email protected]...

d22cf8622e66c9ac362d649c9cd4c8081c9b3e9d authored about 2 years ago by Zilong Yao <[email protected]>
chore: update FUNDING link [skip ci]

Signed-off-by: Zilong Yao <[email protected]>

d759ecc8e81645a8b91664c1350e6da2e431d670 authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix wrong workflow config (#107)

* ci: fix wrong workflow config

* build: [email protected]

Signed-off-by: Zilong Yao <5...

921348f4593c5ad03be56783b09ccf9866ad1db4 authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix wrong workflow config

4f5031ed0f6ea766325fac5922ec7d385b7a6ea4 authored about 2 years ago by ZLY201 <[email protected]>
build: [email protected] (#99)

* ci: fix wrong workflow of isolate [skip ci] (#60)

* docs: add isolate packages info to read...

c2b3f8bc8e8fc43556d156137213e9e4dab37099 authored about 2 years ago by Zilong Yao <[email protected]>
build: [email protected] [skip ci] (#104)

736d83420b59a4ba43a65fd09d2502bac92e67a0 authored about 2 years ago by Zilong Yao <[email protected]>
chore: make test exclude from tsconfig (#103)

7a28c07288cebe44500ff4c3b2ab65c7a55bd0df authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix pr preview error (#102)

77af116528132ab385fd2f50de2f0c4480f96acc authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix pr preview error (#101)

11e016e8b9d6b7e1e4b66958f3b50a977d0e1cbe authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix deploy workflow (#100)

501fc538d243d3162a483792485711f1d7201730 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update previous docs hint (#98)

da7bd1bfe4471fe16517aeede93429094a4a1db0 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#97)

7cfd9e553410d4612d1e6b50b753a784aa4640fa authored about 2 years ago by Zilong Yao <[email protected]>
feat: isolation package umd build support (#94)

* chore: clean build script

* feat: isolation package umd build support

* refactor: apply ...

a8af999c9749efeb4af87f174dac607476c89ccb authored about 2 years ago by noname <[email protected]>
docs: update readme (#95)

c44e2d4929ba76ab909cfb9ba62e01774c668714 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#92)

685a590ce4d8ac09511d86c55b91ab52eee45e2f authored about 2 years ago by Zilong Yao <[email protected]>
docs: improve readme (#91)

51878d0daa02ee7e61798488f173b4755082dbfd authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix wrong config for deploy (#90)

ec522342e0b6b14aafa8119ec7b751f4458fc210 authored about 2 years ago by Zilong Yao <[email protected]>
feat: add `this` param for `forEach` function (#88)

* chore: upgrade dependencies

* feat: add param to foreach

* chore: fix browser test ts c...

f9bd0fed274e29bd8c188f8376e028e1526c9885 authored about 2 years ago by Zilong Yao <[email protected]>
fix: rollup build bug (#85)

c705e360380b2e723039a67ea51abf44059946cc authored about 2 years ago by noname <[email protected]>
ci: fix wrong config of deploy workflow (#84)

a412750b2ce60bbd68c68857a6c294085e8f4b2e authored about 2 years ago by Zilong Yao <[email protected]>
test: isolation tests judegment (#83)

54300d3d726a251d4cfd665c0f5cf237cf4d7a3f authored about 2 years ago by Zilong Yao <[email protected]>
ci: optimize workflow (#82)

3bc0e9afffaa6e834e61c1b06ed2c5e948e6ca5d authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#81)

0ee8b39f599c895fcc88172103acaf815c7bf3dc authored about 2 years ago by Zilong Yao <[email protected]>
docs: fix reamde svg error (#80)

e6ab7050b9ea77235d48055f4eb1df359de51c11 authored about 2 years ago by Zilong Yao <[email protected]>
docs: add sponsors and funding (#79)

b2cf274eecd950dc9b3d8032c265313912082b2b authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme (#78)

* docs: update readme

* docs: add gitpod

6af70c5c1b02dde029091cc2b343276deeb82962 authored about 2 years ago by Zilong Yao <[email protected]>
test: add isolation test (#77)

7fd6b8fdcd06ec450f18213437fb6dc8ea4cc7c7 authored about 2 years ago by Zilong Yao <[email protected]>
feat: type level tree shaking for isolate packages (#62)

* refactor: organize transformer code

* feat: type level tree shaking

* refactor: merge tr...

393f61c97f3d3d6601f9f7c0e0cc1ec7b5bf7b0a authored about 2 years ago by noname <[email protected]>
refactor: change iterator export to type export (#76)

ab5059b5f85e17ef9762214c8922b066cd04461a authored about 2 years ago by Zilong Yao <[email protected]>
ci: optimize workflow (#75)

* test: compress size action

* test: test

* test: test

* ci: optimize ci

* revert: r...

58a77c9368396a79e4c2d890c6908c26fd76c778 authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix failed workflow (#74)

9b2b2664b0c8d9e8221ff61c9d638c3cfcdab722 authored about 2 years ago by Zilong Yao <[email protected]>
ci: fix failed ci (#73)

cd1cbb6debb080657430f968c3a2d12c75417b71 authored about 2 years ago by Zilong Yao <[email protected]>
perf: add on path for workflow (#72)

059638fb18eef8afdc7c7a04ceb02ff50832dea4 authored about 2 years ago by Zilong Yao <[email protected]>
ci: add compress size action (#71)

18b49c71964e4939df1099290d2106b6964b7c62 authored about 2 years ago by Zilong Yao <[email protected]>
docs: update readme and changelog [skip ci] (#70)

b9104ce2956809284bd0280c2c69af4126b6ee5f authored about 2 years ago by Zilong Yao <[email protected]>
chore: upgrade browserslist (#66)

* chore: upgrade browserslist

* test: add firefox test

* ci: add node matrix

f3f766337a64ec92ad64941c16a7ca1cdb8b9ee5 authored about 2 years ago by Zilong Yao <[email protected]>
ci: add deploy preview permission (#67)

5f2fae12e199fcb67afe815636d6cd07a592fae6 authored about 2 years ago by Zilong Yao <[email protected]>
chore: create FUNDING.yml (#65)

Signed-off-by: Zilong Yao <[email protected]>

Signed-off-by: Zilong Ya...

c40671b04c037b31e5c9b426735d63d82b8ffaa6 authored about 2 years ago by Zilong Yao <[email protected]>
docs: add examples for api in typedoc (#63)

* docs: add examples for api in typedoc

* ci: add deploy preview

* docs: add more api exam...

621b490e5cfe9421d8366546a8b64a5c638c5207 authored about 2 years ago by Zilong Yao <[email protected]>
chore: add sourcemap for ts and remove mangle from umd (#58)

9d13fb240910e515494024f50e709bbe745d5fd6 authored over 2 years ago by Zilong Yao <[email protected]>
docs: add isolate packages info to readme (#59)

* docs: add isolate packages info to readme

* docs: refine comments

8daa4160ee971df575205ae53bfecd3784044ac9 authored over 2 years ago by noname <[email protected]>
ci: fix wrong workflow of isolate [skip ci] (#60)

1f22708361c1af35d4cad0a8a81c62e54d68b555 authored over 2 years ago by Zilong Yao <[email protected]>
Merge pull request #55 from js-sdsl/dev

build: [email protected]

84686fcec666fae68ad184975e37619bea2b561f authored over 2 years ago by Zilong Yao <[email protected]>
build: [email protected] [skip ci] (#54)

4e7920035d5263b7697ecc2916de16bf842cbfa8 authored over 2 years ago by Zilong Yao <[email protected]>
docs: update typo (#57)

* docs: update typo

* chore: fix unmet peer dependencies

681eb4574d2a105c28fd605cfeebafd59eb95091 authored over 2 years ago by Zilong Yao <[email protected]>
feat: make heap stronger (#52)

b2da8d7bf94a48b2ab54e2761f0abe78436dd28f authored over 2 years ago by Zilong Yao <[email protected]>
ci: update workflow for isolate (#53)

443d4ddb32894e1afef8bcf6a4a641b686955691 authored over 2 years ago by Zilong Yao <[email protected]>
feat: module isolation (#36)

* feat: add treeshaker transformer

* build: add deque isolate build

* fix: resolve merge
...

88b13a3db1c7f8001ec50f2ef0ea1d2a389b40ef authored over 2 years ago by noname <[email protected]>
test: migrate jest to mocha (#45)

* test: migrate jest to mocha and add browser test

* test: fix test timeout

* ci: update w...

7bed7bd134882c990fee578b3f4a91e970e0c11a authored over 2 years ago by Zilong Yao <[email protected]>
build: [email protected] (#50)

055866ad5515037c724a529fecb2d3c2b35b2075 authored over 2 years ago by Zilong Yao <[email protected]>