mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
adc70341ad
Track them during parsing, not tiling. Remove the old string pool code.
8 lines
172 B
C++
8 lines
172 B
C++
struct stringpool {
|
|
long long left;
|
|
long long right;
|
|
long long off;
|
|
};
|
|
|
|
long long addpool(struct memfile *poolfile, struct memfile *treefile, const char *s, char type);
|