Skip to content

Commit

Permalink
Noted that pickling is currently broken and provided a link
Browse files Browse the repository at this point in the history
  • Loading branch information
codeananda committed Jan 12, 2024
1 parent 60d1daf commit 071b38a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/performance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Override :py:data:`~rtree.index.Index.dumps` to use the highest pickle protocol
... return cPickle.dumps(obj, -1)
>>> r = FastRtree()

Update Jan 2024: Pickling is currently broken and awaiting a PR to fix it.
For more information, see the `pull request on GitHub`_.

.. _pull request on GitHub: https://github.com/Toblerity/rtree/pull/197

Use objects='raw'
...............................................................................
Expand Down

0 comments on commit 071b38a

Please sign in to comment.