Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added support for LevelDB to Current!#965

Open
dkorolev wants to merge 2 commits intoC5T:stable from
dkorolev:leveldb_support
Open

Added support for LevelDB to Current! #965
dkorolev wants to merge 2 commits intoC5T:stable from
dkorolev:leveldb_support

Conversation

@dkorolev
Copy link
Member

@dkorolev dkorolev commented Feb 17, 2024
edited
Loading

This works now: https://github.com/dkorolev/current_with_leveldb.

mkdir -p clean/with/subdirs
(cd clean/with/subdirs; git clone https://github.com/dkorolev/current_with_leveldb) &&
(cd clean/with/subdirs/current_with_leveldb; CURRENT_WITH_LEVELDB=true make) && (
 cd clean/with/subdirs/current_with_leveldb &&
 ./.current/create_leveldb &&
 ./.current/scan_leveldb &&
 ./.current/populate_leveldb &&
 ./.current/scan_leveldb &&
 ./.current/populate_leveldb --key foo --value bar &&
 ./.current/scan_leveldb
)
rm -rf clean/with/subdirs/current_with_leveldb
rmdir clean/with/subdirs
rmdir clean/with
rmdir clean

I've also pushed leveldb into https://github.com/c5t/leveldb.

Thanks,
Dima

mzhurovich reacted with thumbs up emoji
Copy link
Member Author

dkorolev commented Apr 6, 2024

@dkorolev: Note to self, clean this up to use leveldb as a C5T component. CC @mzhurovich.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@mzhurovich mzhurovich Awaiting requested review from mzhurovich

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /