Replies: 4 comments 11 replies
-
|
An alternative to the hard to maintain FastPFOR code might be fastlanes (paper, rust port). @mactrem |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
In a previous discussion we landed on "list" as a good, simple property type to prove out complex type support beyond MVT limitations. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions