Skip to content

Commit

Permalink
Correct tzfpy docs (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn authored Jun 15, 2023
1 parent 0cafe16 commit 5f5b028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3_about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Comparison to tzfpy

- ``tzfpy`` is a Python binding of the Rust package ``tzf-rs``
- ``tzfpy`` has no startup time
- ``tzfpy`` uses a hierarchical tree of rectangles as timezone polygons (data):
- ``tzfpy`` uses simplified timezone polygons (data):
- this reduces the memory requirements
- this reduces the accuracy
- this increases the lookup speed

- ``tzfpy`` uses hierarchical tree of rectangles to speed up the lookup but auto fall back to polygon data if cache miss

Comparison to pytzwhere
-----------------------
Expand Down

0 comments on commit 5f5b028

Please sign in to comment.