go-journal icon indicating copy to clipboard operation
go-journal copied to clipboard

Verified, concurrent, crash-safe transaction system

Results 3 go-journal issues
Sort by recently updated
recently updated
newest added

disk support batch write

hi go-journal is very good I have two suggestions #### 1: the disk function maybe need a error return [orignal Disk interface](https://github.com/tchajed/goose/blob/926bfb2673722168e02da07e10c2f53168a91c61/machine/disk/disk.go#L9) ``` type Disk interface { Read(a uint64) (Block,...