map-server: Implement altos-map in C
authorKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 16:22:44 +0000 (09:22 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 16:38:43 +0000 (09:38 -0700)
commitaf678be97e419a1167a0630f28bcaba82d67929b
tree728c79d5eee0097b42d05669baeb836accc11350
parent7b248524d4bd2c3ab64899b133230d131258396c
map-server: Implement altos-map in C

This app is all about startup time, and java starts
slowly. Re-implement in C to improve server performance.

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
configure.ac
map-server/Makefile.am
map-server/altos-map/.gitignore
map-server/altos-map/AltosMap.java [deleted file]
map-server/altos-map/Makefile.am
map-server/altos-map/Manifest.txt [deleted file]
map-server/altos-map/altos-map-fake [deleted file]
map-server/altos-map/altos-map.c [new file with mode: 0644]
map-server/altos-map/altos-mapc-fake [new file with mode: 0755]
map-server/altos-mapj/.gitignore [new file with mode: 0644]
map-server/altos-mapj/AltosMap.java [new file with mode: 0644]
map-server/altos-mapj/Makefile.am [new file with mode: 0644]
map-server/altos-mapj/Manifest.txt [new file with mode: 0644]
map-server/altos-mapj/altos-mapj-fake [new file with mode: 0755]