[Tile-serving] [openstreetmap/osm2pgsql] Refactor ewkb parser to use string_views instead of iterators (PR #1881)
Jochen Topf
notifications at github.com
Sat Jan 7 16:03:29 UTC 2023
The reason for this is that the new parser gets a `string_view` instead of a `string`. Down the line this makes it possible to remove a string copy which is currently needed.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/1881
-- Commit Summary --
* Refactor ewkb parser to use string_views instead of iterators
-- File Changes --
M src/wkb.cpp (43)
M src/wkb.hpp (3)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/1881.patch
https://github.com/openstreetmap/osm2pgsql/pull/1881.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1881
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/pull/1881 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230107/5545f67f/attachment.htm>
More information about the Tile-serving
mailing list