Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | use a single thread to write out files | Daniel Schadt | |
It seems like this does not make the encoding slower, and the main point is that we might want to support SQLite storage for the tiles, in which case it might be good to have only one writer. Even with the FS-based approach, maybe it's good to have a single thread responsible for writing everything, and not hammer the OS with 16 write requests at once. | |||
2023-01-14 | add support for reading brotli and gzip files | Daniel Schadt | |
2023-01-14 | add a cli option for the output directory | Daniel Schadt | |
2023-01-14 | make number of threads configurable per CLI | Daniel Schadt | |
2023-01-14 | start on a proper CLI | Daniel Schadt | |
This involves actual command line arguments, and more progress bars! | |||
2023-01-12 | parallelize PNG encoding | Daniel Schadt | |
This gives a massive speedup | |||
2023-01-12 | make progress bars a bit nicer | Daniel Schadt | |
2023-01-11 | add some first benchmarks | Daniel Schadt | |
2023-01-08 | Initial commit | Daniel Schadt | |