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 almost 11 years ago
0f92889dab39f7bc34c7a0ce45581aeaf610c3f0 authored almost 11 years ago
added test for reverse iteration
b870568556adcf4a3121bd9c87992d3d9c30e72d authored almost 11 years ago
b870568556adcf4a3121bd9c87992d3d9c30e72d authored almost 11 years ago
remove bops now that we have better buffer
184923aa06c53b4e870ac845fe111707d755b4a2 authored almost 11 years ago
184923aa06c53b4e870ac845fe111707d755b4a2 authored almost 11 years ago
remove 0.8, add 0.11
405caf7a13e0a5d1e32812c920f1b0fefe20080a authored almost 11 years ago
405caf7a13e0a5d1e32812c920f1b0fefe20080a authored almost 11 years ago
update deps, introduce faucet for tests
b0fd805bdf792b81ba82d76e18d9f4219ef3366a authored almost 11 years ago
b0fd805bdf792b81ba82d76e18d9f4219ef3366a authored almost 11 years ago
@.7.0 readstream partial isolation
a5aa4b145d50391eafeec9381b6b4be7897666f1 authored almost 11 years ago
a5aa4b145d50391eafeec9381b6b4be7897666f1 authored almost 11 years ago
upgrade abstract-leveldown dep
7a67ca223daccf82a71be6b2727edc7a4f7ab121 authored almost 11 years ago
7a67ca223daccf82a71be6b2727edc7a4f7ab121 authored almost 11 years ago
Merge pull request #10 from mhart/add-isolation
Added isolation so that read stream keys are not affected by puts/deletes
cd5175fe753caa506d714b09c4b47e14cc3757b8 authored almost 11 years ago
Added isolation so that read stream keys are not affected by puts/deletes
1da9d946fa31ef20538045dcf4dc334d4007eecd authored almost 11 years ago
1da9d946fa31ef20538045dcf4dc334d4007eecd authored almost 11 years ago
Merge pull request #8 from mhart/add-benchmarks
Add basic insert/delete benchmarks
c1745e4201819b3743a53993829fa4a094b6b32e authored about 11 years ago
Add basic insert/delete benchmarks
These don’t actually benchmark MemDOWN directly, but rather compare
different strategies for ins...
@0.6.0 speed increase from binary search insertion
652676d1ea5f3e738ed66f3bd0cfb43b5bd785d6 authored about 11 years ago
652676d1ea5f3e738ed66f3bd0cfb43b5bd785d6 authored about 11 years ago
update bops dep version
58e7e4dfeb17d8ae6d210a0375baef0b4dd19c86 authored about 11 years ago
58e7e4dfeb17d8ae6d210a0375baef0b4dd19c86 authored about 11 years ago
Merge pull request #7 from mhart/speed-up-inserts
Use a binary search to determine insert/delete position for _keys
d7bc34266e88bbbbc1ae3f02ad0bb5a5b0538da0 authored about 11 years ago
update abstract-leveldown
1fd43f3c113122aaa0bfbe8ff6e8bb8cb127a098 authored about 11 years ago
1fd43f3c113122aaa0bfbe8ff6e8bb8cb127a098 authored about 11 years ago
Use a binary search to determine insert/delete position for _keys
This results in a ~60x speed increase when dealing with thousands of
items
replace '$' in key, why was this gone?
f499ccde24606e26f514e00b232f6876b957b96c authored about 11 years ago
f499ccde24606e26f514e00b232f6876b957b96c authored about 11 years ago
Merge pull request #6 from timoxley/patch-1
Update badgers
982fdbbf90084b4251e782cd4ed59df393254efc authored about 11 years ago
Update badgers
2bf7fc9063211f87f6a4abc9dfe971242b7d42d9 authored about 11 years ago
2bf7fc9063211f87f6a4abc9dfe971242b7d42d9 authored about 11 years ago
fix tests by removing them!
43c2398525472f37882d646e4aad2ce33f16a528 authored over 11 years ago
43c2398525472f37882d646e4aad2ce33f16a528 authored over 11 years ago
optional `location` arg @0.5.1
92a7193220912b4c87db761fc86bc9a2a4aa4f95 authored over 11 years ago
92a7193220912b4c87db761fc86bc9a2a4aa4f95 authored over 11 years ago
abstract-leveldown upgrade, @0.5.0
2b73bd20a72432a71f3a840f0cfb33bcc0fae68a authored over 11 years ago
2b73bd20a72432a71f3a840f0cfb33bcc0fae68a authored over 11 years ago
handle gt/gte/lt/lte options
b0e8022ed96fa21c42395b80d993a797dac394b1 authored over 11 years ago
b0e8022ed96fa21c42395b80d993a797dac394b1 authored over 11 years ago
added ranges tests for new lt/lte/gt/gte
77972d8b2d479d3af838d4c77b39c4d176f85a47 authored over 11 years ago
77972d8b2d479d3af838d4c77b39c4d176f85a47 authored over 11 years ago
fix docs
d10e13506fa974e1e0c8ffe28b22e2b6dc3fabaf authored over 11 years ago
d10e13506fa974e1e0c8ffe28b22e2b6dc3fabaf authored over 11 years ago
@0.4.1 upgrade abstractleveldown & bops
5f2f565515ee4714e3a7f1a44d14eac87d1ceb53 authored over 11 years ago
5f2f565515ee4714e3a7f1a44d14eac87d1ceb53 authored over 11 years ago
@0.4.0
8c151bc8b83ff1dee801c7c1827528291d46a149 authored over 11 years ago
8c151bc8b83ff1dee801c7c1827528291d46a149 authored over 11 years ago
use self-instantiating constructor
e0850de9baa08a97e3a7be4606ae9666ab91c908 authored over 11 years ago
e0850de9baa08a97e3a7be4606ae9666ab91c908 authored over 11 years ago
@0.3.0
fa07f442a2128dca4aa352b58f96519e03451a26 authored over 11 years ago
fa07f442a2128dca4aa352b58f96519e03451a26 authored over 11 years ago
better browser test support, update abstract-leveldown
c5e1ee66c0db5d9706b7f1b94e5844b0757e94f9 authored over 11 years ago
c5e1ee66c0db5d9706b7f1b94e5844b0757e94f9 authored over 11 years ago
add badges
ada4f660ecb98dd6a8c6cb8c38581b9d033798d2 authored over 11 years ago
ada4f660ecb98dd6a8c6cb8c38581b9d033798d2 authored over 11 years ago
make work on Node again!
dfd2bb0b4dfc0839146ee791a15c884c63bb50de authored over 11 years ago
dfd2bb0b4dfc0839146ee791a15c884c63bb50de authored over 11 years ago
update for bops use with abstract-leveldown
d5d9cdbc87acc7e9575d91ee0630799fbd2a05e2 authored over 11 years ago
d5d9cdbc87acc7e9575d91ee0630799fbd2a05e2 authored over 11 years ago
browserify fixes
80822a7889cc31a38bc9c239b3ea1bc0bc04864d authored over 11 years ago
80822a7889cc31a38bc9c239b3ea1bc0bc04864d authored over 11 years ago
remove approximate-size tests
2fed68c8d7465c15ccb221b8d93ddd21965f3885 authored over 11 years ago
2fed68c8d7465c15ccb221b8d93ddd21965f3885 authored over 11 years ago
updated testling stuff
511568bc28707694ce52e3cc5633c6fec221883c authored over 11 years ago
511568bc28707694ce52e3cc5633c6fec221883c authored over 11 years ago
switch to bops and tape
67f7973223254554cb8a82cae754905e23f1954a authored over 11 years ago
67f7973223254554cb8a82cae754905e23f1954a authored over 11 years ago
@0.2.1
d8f1c058dc0568343f0da095e7767016f97defc4 authored over 11 years ago
d8f1c058dc0568343f0da095e7767016f97defc4 authored over 11 years ago
!es5
3b630d640991379608f5ca4e7e13282f55d1e69b authored over 11 years ago
3b630d640991379608f5ca4e7e13282f55d1e69b authored over 11 years ago
Merge pull request #1 from juliangruber/no-bind
remove all fn#bind
d8ebb1a1e3916f5e6eada119cccd4666c28e30c6 authored over 11 years ago
Merge pull request #2 from juliangruber/start-after-db-end
iterator: fix start after db end handling
e5c1cef4831072864c8a7f15258ba5606b8c11d5 authored over 11 years ago
iterator: fix start after db end handling
d942973a94f6deb164cfb3cd322230b3fe985078 authored over 11 years ago
d942973a94f6deb164cfb3cd322230b3fe985078 authored over 11 years ago
remove all fn#bind
739aa8ca970fc0bf367cbcc80c78314b867b395a authored over 11 years ago
739aa8ca970fc0bf367cbcc80c78314b867b395a authored over 11 years ago
travis bump
26c11c378dc18bd5543fcf189b7bd2cdb58208c2 authored over 11 years ago
26c11c378dc18bd5543fcf189b7bd2cdb58208c2 authored over 11 years ago
@0.2.0 release
aa7e179477bdd32709becb2189b0e2b888b08691 authored over 11 years ago
aa7e179477bdd32709becb2189b0e2b888b08691 authored over 11 years ago
introduce new batch & chained-batch. +bugfixes
aaaa326a261b6e05cfce3979bbd322d5bbd2d1bd authored over 11 years ago
aaaa326a261b6e05cfce3979bbd322d5bbd2d1bd authored over 11 years ago
@0.1.1
7381f133ce9dc893aa91cb815bfdaccb3bb60f48 authored almost 12 years ago
7381f133ce9dc893aa91cb815bfdaccb3bb60f48 authored almost 12 years ago
use new abstract-leveldown stuff
302828c47045f49ddac55cb4cda390cfa3c6fcd6 authored almost 12 years ago
302828c47045f49ddac55cb4cda390cfa3c6fcd6 authored almost 12 years ago
@0.1.0 release
31f48d3ddf42f7bb0271d78d848ef9838032f35f authored almost 12 years ago
31f48d3ddf42f7bb0271d78d848ef9838032f35f authored almost 12 years ago
update to latest abstract-leveldown test suite
8e728e465572c0cfd104929e05d645cb0d986134 authored almost 12 years ago
8e728e465572c0cfd104929e05d645cb0d986134 authored almost 12 years ago
minor readme fix [ci skip]
276ca1a6816715e1c027146499c447ffeb882c5e authored almost 12 years ago
276ca1a6816715e1c027146499c447ffeb882c5e authored almost 12 years ago
travis bump
2f786c0a037ae25676ede1b4a21441fb5eed5331 authored almost 12 years ago
2f786c0a037ae25676ede1b4a21441fb5eed5331 authored almost 12 years ago
add rimraf as devDep for leveldown tests
001c86e3140dda6faa9e76cfc6013682e39479d7 authored almost 12 years ago
001c86e3140dda6faa9e76cfc6013682e39479d7 authored almost 12 years ago
added travis
f088fc5c693a09b519762757efe9bb64c2c98aa6 authored almost 12 years ago
f088fc5c693a09b519762757efe9bb64c2c98aa6 authored almost 12 years ago
initial commit
bd51bb0a0d7cbe117ccedd161780ede70bbcfd1e authored almost 12 years ago
bd51bb0a0d7cbe117ccedd161780ede70bbcfd1e authored almost 12 years ago