[Tile-serving] [openstreetmap/osm2pgsql] C transforms future (#328)

Jochen Topf notifications at github.com
Sat Feb 8 08:25:41 UTC 2020


>From what I have seen the Lua transforms are fast enough (and now with the flex backend flexible enough) that we can work towards getting rid of the c transforms at some point. We'll need to support them for backwards compatibility for a while, but once the flex backend stabilizes we can write a Lua script that exactly mimics their behaviour if that's needed. There is already a `compatible.lua` script that tries to do that, but it is untested.

Lua itself is stable enough and available on all platforms that we support, that keeping the option of compiling osm2pgsql without Lua support doesn't seem that important to me. There is only going to be a very small minority that will be happy with the inflexible and outdated c transforms anyway.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/328#issuecomment-583715591
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200208/6127c467/attachment.htm>


More information about the Tile-serving mailing list