You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Some documentation has become outdated with the new changes introduced to the transaction package. These need to be updated. Some things that could be changed:
The example application in examples/database.go uses the library logging approach. We could also add a function that does updates through a txn{} block
Documentation is missing about the new optimized Log() function. This function is also missing from transaction/README.md
There have been concerns raised about the locking model of go-pmem, so it will good to explictly mention that in the README.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some documentation has become outdated with the new changes introduced to the transaction package. These need to be updated. Some things that could be changed:
txn{}
blockLog()
function. This function is also missing fromtransaction/README.md
The text was updated successfully, but these errors were encountered: