Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fold in rocksdb libs with josh #1974

Open
wants to merge 285 commits into
base: master
Choose a base branch
from

Conversation

chessai
Copy link
Contributor

@chessai chessai commented Jun 27, 2024

No description provided.

@chessai chessai force-pushed the chessai/fold-in-rocksdb-libs-with-josh branch from 9c85fa1 to 9153d5e Compare August 6, 2024 17:05
milaz and others added 29 commits August 6, 2024 16:09
See convention #3 at http://code.google.com/p/leveldb/source/browse/include/leveldb/c.h
The *errptr must be NULL, but previously that was not always so, because Haskell alloca, while allocates memory, does not zero-fill it.
Squashed commit of the following:

commit 583f1499c00ff40f332149021f583cf6ee78dd7e
Author: Sanjay Ghemawat <[email protected]>
Date:   Fri Mar 9 07:51:04 2012 -0800

    fix LOCK file deletion to prevent crash on windows

commit d79762e27369365a7ffe1f2e3a5c64b0632079e1
Author: Sanjay Ghemawat <[email protected]>
Date:   Thu Mar 8 16:23:21 2012 -0800

    added group commit; drastically speeds up mult-threaded synchronous write workloads

commit 015d26f8be6e27d96c536eb9f1ef7275898e3603
Author: Sanjay Ghemawat <[email protected]>
Date:   Mon Mar 5 10:35:46 2012 -0800

    add .gitignore; support for building on a few BSD variants
Just patch Control.Monad.Trans.Resource to export some types and implement
runResourceT as runLevelDB with custom alloc/dealloc strategy. Removes the
re-export of teh whole Resource module.
* fixes #5
* Todo:
  * tweak foreign imports, possibly not all of them need to be 'safe'
  * maybe it's time to switch to record syntax for options to reduce clutter
Interestingly, this fixes segfaults with custom comparators.
edmundnoble and others added 29 commits August 6, 2024 16:09
Change-Id: Ie1f22dab778d213c9419a4bf205815c07a7cb8a7
Change-Id: Idb25821f7830241b1c48c12a294b9bbe10a69497
Change-Id: I6e9707ee1ee3510a23c2791421dae396b96b653d
Change-Id: I277360bcfa40d1afcc1ce6147ada197c7676c2ec
Change-Id: Ie94dbcb79ad2fe82325b1c05cdbd19f8355c179c
Change-Id: I961cf573fc3b1bf48edeb46f653c3f6857dd6243
Change-Id: I505041b3ec2244af276190637f905862ca87075f
@chessai chessai force-pushed the chessai/fold-in-rocksdb-libs-with-josh branch from c95a4c0 to a28b8a7 Compare August 6, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet