ligo/scripts
Grégoire Henry 485d8bc26a Context: quick-and-dirty leveldb backend for Irmin
This is a dirty and non-optimized backend, it is still faster than the
current git backend.

Main drawbacks:
- the leveldb binding is non-coopertive, the node will
  block while committing a block to the disk ;
- the leveldb use 'string' while internally we use 'cstruct',
  this implies a lot of time-consuming 'memcpy'.
2017-11-26 22:49:17 +00:00
..
2017-11-17 02:51:39 +01:00
2017-09-22 19:11:21 +02:00
2017-08-04 18:32:52 +02:00
2017-08-17 13:12:22 +02:00
2017-11-17 02:51:39 +01:00
2017-10-31 20:33:56 +00:00
2017-09-13 15:22:20 +02:00
2017-08-04 18:31:31 +02:00