Replies: 5 comments 11 replies
|
Re: FastPFOR, the Java encoder uses block size 256, and apparently it should really be 128, so v2 should switch and/or have an optional way to specify a block size, assuming it's still being used. |
|
In a previous discussion we landed on "list" as a good, simple property type to prove out complex type support beyond MVT limitations. |
|
We're currently using "struct" for column-mapping complex type, but that's easily confused with nested/structured property values. Perhaps we should change the name in the code, without changing anything in the format, of course. |
|
Segment dictionaries for multi-value strings values like As an Example from an OSM extract: Proposed alternative: I Prototyped this in the Rust encoder, competing per column against plain/dict/FSST: We will have to see if this is something we still want when we get to lists and structs. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Here we will try to keep track of all MLT optimization ideas for v2.
🛑 Add one idea per comment. Discuss the idea using the
replybox, not theadd a commentbox.See also MLT v2 specification proposal #1322 based on these ideas.
See also MLT 3D proposal #1182 for 3D-specific discussion
Size optimizations
Length(Geometries)when empty even if tessellation is enabledPerformance
Other Changes
Stream VByteor similar SIMD-optimized approaches.New Features
TBD
All reactions