Ecosyste.ms: OpenCollective

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

github.com/Level/memdown

In-memory abstract-leveldown store for Node.js and browsers.
https://github.com/Level/memdown

fix reverse iteration when pos is 0

0f92889dab39f7bc34c7a0ce45581aeaf610c3f0 authored over 10 years ago by Mathias Buus <[email protected]>
added test for reverse iteration

b870568556adcf4a3121bd9c87992d3d9c30e72d authored over 10 years ago by Mathias Buus <[email protected]>
remove bops now that we have better buffer

184923aa06c53b4e870ac845fe111707d755b4a2 authored over 10 years ago by Max Ogden <[email protected]>
remove 0.8, add 0.11

405caf7a13e0a5d1e32812c920f1b0fefe20080a authored over 10 years ago by Rod Vagg <[email protected]>
update deps, introduce faucet for tests

b0fd805bdf792b81ba82d76e18d9f4219ef3366a authored over 10 years ago by Rod Vagg <[email protected]>
@.7.0 readstream partial isolation

a5aa4b145d50391eafeec9381b6b4be7897666f1 authored over 10 years ago by Rod Vagg <[email protected]>
upgrade abstract-leveldown dep

7a67ca223daccf82a71be6b2727edc7a4f7ab121 authored over 10 years ago by Rod Vagg <[email protected]>
Merge pull request #10 from mhart/add-isolation

Added isolation so that read stream keys are not affected by puts/deletes

cd5175fe753caa506d714b09c4b47e14cc3757b8 authored over 10 years ago by Michael Hart <[email protected]>
Added isolation so that read stream keys are not affected by puts/deletes

1da9d946fa31ef20538045dcf4dc334d4007eecd authored over 10 years ago by Michael Hart <[email protected]>
Merge pull request #8 from mhart/add-benchmarks

Add basic insert/delete benchmarks

c1745e4201819b3743a53993829fa4a094b6b32e authored over 10 years ago by Rod Vagg <[email protected]>
Add basic insert/delete benchmarks

These don’t actually benchmark MemDOWN directly, but rather compare
different strategies for ins...

3c55a8f8b162b91d5915727e421eb7ef5f0fa928 authored almost 11 years ago by Michael Hart <[email protected]>
@0.6.0 speed increase from binary search insertion

652676d1ea5f3e738ed66f3bd0cfb43b5bd785d6 authored almost 11 years ago by Rod Vagg <[email protected]>
update bops dep version

58e7e4dfeb17d8ae6d210a0375baef0b4dd19c86 authored almost 11 years ago by Rod Vagg <[email protected]>
Merge pull request #7 from mhart/speed-up-inserts

Use a binary search to determine insert/delete position for _keys

d7bc34266e88bbbbc1ae3f02ad0bb5a5b0538da0 authored almost 11 years ago by Rod Vagg <[email protected]>
update abstract-leveldown

1fd43f3c113122aaa0bfbe8ff6e8bb8cb127a098 authored almost 11 years ago by Rod Vagg <[email protected]>
Use a binary search to determine insert/delete position for _keys

This results in a ~60x speed increase when dealing with thousands of
items

2078b40cdac0d283baeb9045a9c7f70448d7b3cb authored almost 11 years ago by Michael Hart <[email protected]>
replace '$' in key, why was this gone?

f499ccde24606e26f514e00b232f6876b957b96c authored almost 11 years ago by Rod Vagg <[email protected]>
Merge pull request #6 from timoxley/patch-1

Update badgers

982fdbbf90084b4251e782cd4ed59df393254efc authored almost 11 years ago by Rod Vagg <[email protected]>
Update badgers

2bf7fc9063211f87f6a4abc9dfe971242b7d42d9 authored almost 11 years ago by Tim Oxley <[email protected]>
fix tests by removing them!

43c2398525472f37882d646e4aad2ce33f16a528 authored about 11 years ago by Rod Vagg <[email protected]>
optional `location` arg @0.5.1

92a7193220912b4c87db761fc86bc9a2a4aa4f95 authored about 11 years ago by Rod Vagg <[email protected]>
abstract-leveldown upgrade, @0.5.0

2b73bd20a72432a71f3a840f0cfb33bcc0fae68a authored about 11 years ago by Rod Vagg <[email protected]>
handle gt/gte/lt/lte options

b0e8022ed96fa21c42395b80d993a797dac394b1 authored about 11 years ago by Rod Vagg <[email protected]>
added ranges tests for new lt/lte/gt/gte

77972d8b2d479d3af838d4c77b39c4d176f85a47 authored about 11 years ago by Rod Vagg <[email protected]>
fix docs

d10e13506fa974e1e0c8ffe28b22e2b6dc3fabaf authored about 11 years ago by Rod Vagg <[email protected]>
@0.4.1 upgrade abstractleveldown & bops

5f2f565515ee4714e3a7f1a44d14eac87d1ceb53 authored about 11 years ago by Rod Vagg <[email protected]>
@0.4.0

8c151bc8b83ff1dee801c7c1827528291d46a149 authored about 11 years ago by Rod Vagg <[email protected]>
use self-instantiating constructor

e0850de9baa08a97e3a7be4606ae9666ab91c908 authored about 11 years ago by Rod Vagg <[email protected]>
@0.3.0

fa07f442a2128dca4aa352b58f96519e03451a26 authored about 11 years ago by Rod Vagg <[email protected]>
better browser test support, update abstract-leveldown

c5e1ee66c0db5d9706b7f1b94e5844b0757e94f9 authored about 11 years ago by Rod Vagg <[email protected]>
add badges

ada4f660ecb98dd6a8c6cb8c38581b9d033798d2 authored about 11 years ago by Rod Vagg <[email protected]>
make work on Node again!

dfd2bb0b4dfc0839146ee791a15c884c63bb50de authored about 11 years ago by Rod Vagg <[email protected]>
update for bops use with abstract-leveldown

d5d9cdbc87acc7e9575d91ee0630799fbd2a05e2 authored about 11 years ago by Rod Vagg <[email protected]>
browserify fixes

80822a7889cc31a38bc9c239b3ea1bc0bc04864d authored about 11 years ago by Rod Vagg <[email protected]>
remove approximate-size tests

2fed68c8d7465c15ccb221b8d93ddd21965f3885 authored about 11 years ago by Rod Vagg <[email protected]>
updated testling stuff

511568bc28707694ce52e3cc5633c6fec221883c authored about 11 years ago by Rod Vagg <[email protected]>
switch to bops and tape

67f7973223254554cb8a82cae754905e23f1954a authored about 11 years ago by Rod Vagg <[email protected]>
@0.2.1

d8f1c058dc0568343f0da095e7767016f97defc4 authored over 11 years ago by Rod Vagg <[email protected]>
!es5

3b630d640991379608f5ca4e7e13282f55d1e69b authored over 11 years ago by Rod Vagg <[email protected]>
Merge pull request #1 from juliangruber/no-bind

remove all fn#bind

d8ebb1a1e3916f5e6eada119cccd4666c28e30c6 authored over 11 years ago by Rod Vagg <[email protected]>
Merge pull request #2 from juliangruber/start-after-db-end

iterator: fix start after db end handling

e5c1cef4831072864c8a7f15258ba5606b8c11d5 authored over 11 years ago by Rod Vagg <[email protected]>
iterator: fix start after db end handling

d942973a94f6deb164cfb3cd322230b3fe985078 authored over 11 years ago by Julian Gruber <[email protected]>
remove all fn#bind

739aa8ca970fc0bf367cbcc80c78314b867b395a authored over 11 years ago by Julian Gruber <[email protected]>
travis bump

26c11c378dc18bd5543fcf189b7bd2cdb58208c2 authored over 11 years ago by Rod Vagg <[email protected]>
@0.2.0 release

aa7e179477bdd32709becb2189b0e2b888b08691 authored over 11 years ago by Rod Vagg <[email protected]>
introduce new batch & chained-batch. +bugfixes

aaaa326a261b6e05cfce3979bbd322d5bbd2d1bd authored over 11 years ago by Rod Vagg <[email protected]>
@0.1.1

7381f133ce9dc893aa91cb815bfdaccb3bb60f48 authored over 11 years ago by Rod Vagg <[email protected]>
use new abstract-leveldown stuff

302828c47045f49ddac55cb4cda390cfa3c6fcd6 authored over 11 years ago by Rod Vagg <[email protected]>
@0.1.0 release

31f48d3ddf42f7bb0271d78d848ef9838032f35f authored over 11 years ago by Rod Vagg <[email protected]>
update to latest abstract-leveldown test suite

8e728e465572c0cfd104929e05d645cb0d986134 authored over 11 years ago by Rod Vagg <[email protected]>
minor readme fix [ci skip]

276ca1a6816715e1c027146499c447ffeb882c5e authored over 11 years ago by Rod Vagg <[email protected]>
travis bump

2f786c0a037ae25676ede1b4a21441fb5eed5331 authored over 11 years ago by Rod Vagg <[email protected]>
add rimraf as devDep for leveldown tests

001c86e3140dda6faa9e76cfc6013682e39479d7 authored over 11 years ago by Rod Vagg <[email protected]>
added travis

f088fc5c693a09b519762757efe9bb64c2c98aa6 authored over 11 years ago by Rod Vagg <[email protected]>
initial commit

bd51bb0a0d7cbe117ccedd161780ede70bbcfd1e authored over 11 years ago by Rod Vagg <[email protected]>