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

No pointer optimisation txn #142

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Commits on Jun 12, 2024

  1. added valNP (no pointer value) argument to Txn obj tp increase perfor…

    …mance (see GetFast for more details)
    Ilya Miheev committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5bfb29d View commit details
    Browse the repository at this point in the history
  2. replace txn.Get with txn.GetFast realization

    Ilya Miheev committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6f9a27c View commit details
    Browse the repository at this point in the history
  3. change type of txn.val from *C.MDBX_val to C.MDBX_val

    Ilya Miheev committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a86986f View commit details
    Browse the repository at this point in the history
  4. no longer takes pointer from env val

    Ilya Miheev committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ca514b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45f2225 View commit details
    Browse the repository at this point in the history