Skip to content

Commit

Permalink
mention rust extension in performance page
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Dec 17, 2024
1 parent 9b50d18 commit 41a08d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python-manual/modules/ROOT/pages/performance.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
= Performance recommendations

[[rust-extension]]
== Use the Rust extension

The link:https://github.com/neo4j-drivers/neo4j-python-driver-rust-ext[Rust extension to the Python driver] is an alternative driver package that yields a link:https://neo4j.com/developer-blog/python-driver-10x-faster-with-rust/[3x to 10x speedup] compared to the regular driver.
You can install it with `pip install neo4j-rust-ext`, either alongside the `neo4j` package or as a replacement to it.
Usage-wise, the drivers are identical: everything in this guide applies to both packages.


[[target-database]]
== Always specify the target database

Expand Down

0 comments on commit 41a08d2

Please sign in to comment.