prataprc
prataprc
Right now Clone() implementation acquires a write while cloning the llrb tree. I think this can be converted into read-lock.
Full table scan on active tree will have following issues: * With MVCC disabled, Iterations will lock the entire tree, until it completes. * With MVCC enabled, Iterations won't lock...
Package malloc/ has global variable MEMUtilization used for `Blocksize` calculation. Once `Slab struct` is created and `Blocksizes` and `SuitableSize` are localized to Slab, we can configure MEMUtilization per slab instance...
FailsafeRequest and FailsafePost can be localized as gen-server methods. That way we can be specific about the channel type instead of typing it as `chan []interface{}`.
For Arena, Calculate the size of `mpools` map.
* Create an index with lsm enabled. * Upsert entries. * Delete few of them. * Range and Iterate should include deleted entries.
* Integrate with travis-CI. Ref: http://github/pratarpc/goparsec. * Integrate with coveralls.io. * Integrate with godoc. README page for every sub-package can refer to the sub-package's godoc. Get a clean chit from...