fcoin/lib
Braydon Fuller 83824d73b1
blockstore: optimize block read and index
There is potential for around a 10% to 23% increase to the performance
of block reads by using `allocUnsafe`, however there is already around
a 3 to 6 times increase to the performance. While it's safe to use
`allocUnsafe` as the number of bytes read is checked to be the same
size as the buffer allocation, there is a potential for test cases
to introduce _other_ behavior for `fs.read` that may not have the
same behavior, though this isn't currently the case.
2019-04-08 13:20:00 -07:00
..
blockchain blockchain: do not check blockstore with spv 2019-04-08 13:18:56 -07:00
blockstore blockstore: optimize block read and index 2019-04-08 13:20:00 -07:00
btc utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
coins bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
hd utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
mempool mempool: fix malleability check in mempool 2019-02-14 19:56:51 +04:00
mining pkg: remove bn.js dependency. 2018-08-10 16:33:38 -07:00
net utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
node blockstore: add ensure method to create directories 2019-04-08 13:18:54 -07:00
primitives utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
protocol utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
script utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
utils Merge pull request #715 from pinheadmz/inspect 2019-04-05 09:41:24 -07:00
wallet Merge pull request #715 from pinheadmz/inspect 2019-04-05 09:41:24 -07:00
workers test: get tests passing in chrome. 2018-12-08 02:40:49 -08:00
bcoin-browser.js browser: improve webpack build. 2018-03-29 21:56:51 -07:00
bcoin.js bcoin: expose blockstore module 2019-04-08 13:18:59 -07:00
pkg.js pkg: add currency and other info (#623) 2018-11-01 12:44:08 -07:00
types.js types: cleanup types. 2018-03-29 21:56:53 -07:00