Skip to content

mactrem/mlt-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MapLibre Tile (MLT) Format Evaluation

This repository contains code and data for an experimental evaluation comparing the MLT format to the state-of-the-art vector tile format Mapbox Vector Tile (MVT) across three different categories:

  • Encoding & Compression Performance: the size of the formats, both encoded and compressed
  • Decoding (Transcoding) Performance: the performance of decoding the encoded formats into their respective in-memory representations
  • Data Access Performance: data access micro-benchmarks concerning the performance of common data access patterns on in-memory representations im map rendering workflows such as applying filtering operations

Experiments

Running Encoding & Compression Benchmarks

To run the encoding and compression benchmarks navigate to the Java project.

Running Decoding & Data Access (Filtering) Benchmarks

To run the decoding and filtering benchmarks navigate to the TypeScript project.

About

No description, website, or topics provided.

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
CC0-1.0
LICENSE-CC0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published