descriptionopenstreetmap pbf parser and filter written in x86_64 assembly
ownersylvain.bertrand@legeek.net
last changeWed, 12 Jan 2022 19:56:45 +0000 (12 19:56 +0000)
content tags
add:
README
This is the assembly implementation (various ISAs in the far future) of our
custom OpenStreetMap infrastructure specifications, which we call "fmap".

The self-bootstrap-able assembler fasm is included (for linux/windows x86_64).

This is/was a "writting assembly" training ground, expect excessive and 
overkill mess of assembly coding.

The x86_64 with sse2/x87 implementation will probably move to x86_64 avx2 with
proper taylor series for web mercator maths.

Currently it does build ONLY a tile database, which will be used for concurent
tile rendering.
shortlog
2022-01-12 Sylvain BERTRANDcompletely wrong. Chebychev (Remez), Padé, and maybe... master
2022-01-07 Sylvain BERTRANDreminder that riscv may be the future
2022-01-04 Sylvain BERTRANDinitial commit: a mess of assembly code
heads
2 years ago master