Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Issue 4975057: code review 4975057: leveldb: initial check-in of the db and memdb packages. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by nigeltao
Modified:
14 years, 3 months ago
Reviewers:
CC:
bradfitz, golang-dev
Visibility:
Public.

Description

leveldb: initial check-in of the db and memdb packages. memdb is an in-memory implementation of the db interface. A future changeset will provide an on-disk implementation.

Patch Set 1 #

Patch Set 2 : diff -r ea2fd279289e https://code.google.com/p/leveldb-go/ #

Patch Set 3 : diff -r ea2fd279289e https://code.google.com/p/leveldb-go/ #

Total comments: 3

Patch Set 4 : diff -r ea2fd279289e https://code.google.com/p/leveldb-go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+739 lines, -0 lines) Patch
A Makefile View 1 1 chunk +17 lines, -0 lines 0 comments Download
A leveldb/db/Makefile View 1 1 chunk +14 lines, -0 lines 0 comments Download
A leveldb/db/comparer.go View 1 1 chunk +23 lines, -0 lines 0 comments Download
A leveldb/db/db.go View 1 2 3 1 chunk +121 lines, -0 lines 0 comments Download
A leveldb/db/options.go View 1 1 chunk +26 lines, -0 lines 0 comments Download
A leveldb/memdb/Makefile View 1 1 chunk +12 lines, -0 lines 0 comments Download
A leveldb/memdb/memdb.go View 1 1 chunk +303 lines, -0 lines 0 comments Download
A leveldb/memdb/memdb_test.go View 1 1 chunk +223 lines, -0 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/leveldb-go/
14 years, 3 months ago (2011-09-05 10:50:02 UTC) #1
nigeltao
On 5 September 2011 20:50, <nigeltao@golang.org> wrote: > Description: > leveldb: initial check-in of the ...
14 years, 3 months ago (2011-09-05 10:52:25 UTC) #2
bradfitz
LGTM http://codereview.appspot.com/4975057/diff/4001/leveldb/db/db.go File leveldb/db/db.go (right): http://codereview.appspot.com/4975057/diff/4001/leveldb/db/db.go#newcode68 leveldb/db/db.go:68: // Close closes the iterator and returns any ...
14 years, 3 months ago (2011-09-05 19:28:01 UTC) #3
nigeltao
14 years, 3 months ago (2011-09-06 10:34:09 UTC) #4
*** Submitted as 5d54f673ba6a ***

leveldb: initial check-in of the db and memdb packages.

memdb is an in-memory implementation of the db interface.
A future changeset will provide an on-disk implementation.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/4975057
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b