Branch: refs/heads/master
Home: https://github.com/conformal/btcdb
Commit: e2628dfc0d4346bc4a4820357e4e837b250750aa
https://github.com/conformal/btcdb/commit/e2628dfc0d4346bc4a4820357e4e837b250750aa
Author: David Hill <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M ldb/block.go
M ldb/leveldb.go
M ldb/tx.go
Log Message:
-----------
convert binary Read/Write to Uint/PutUint and copy
Commit: 0dd81ad003c805dde3470ed6424b0ba3f4dd5805
https://github.com/conformal/btcdb/commit/0dd81ad003c805dde3470ed6424b0ba3f4dd5805
Author: David Hill <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M ldb/block.go
M ldb/leveldb.go
M ldb/tx.go
Log Message:
-----------
Use NewReader instead of NewBuffer.
NewReader is slightly faster than NewBuffer, but more importantly,
ensures the data is read-only.
Commit: 879d69d0400b9a634bfefddb83e10b8f8c7b152b
https://github.com/conformal/btcdb/commit/879d69d0400b9a634bfefddb83e10b8f8c7b152b
Author: David Hill <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M ldb/leveldb.go
Log Message:
-----------
use strconv.FormatInt which is much faster than fmt.Sprintf
Commit: d31183ff1966817133d9817cc33bf1c2771ac04c
https://github.com/conformal/btcdb/commit/d31183ff1966817133d9817cc33bf1c2771ac04c
Author: David Hill <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M ldb/tx.go
Log Message:
-----------
go fmt
Compare: https://github.com/conformal/btcdb/compare/fbb17fd35a94...d31183ff1966