Juarez Rudsatz
Juarez Rudsatz
What should be the impact on size/performance when the shapes are simplified? There are any numbers on this?
Perhaps it would be possible to squeeze some performance, mainly while querying: - On disk compression should'nt change due to the use of ZStandard to compress the files. - Query/processing...
Adding [flatbuffers](https://google.github.io/flatbuffers/) as candidate for comparison. The serialization libraries tend to go in two opposite directions: 1. Space efficient: 1.1. The data is encoded and compressed/coded while storing and for...
New storage format? Maybe indexing the shapes using S3/H3 and storing the Cell Ids in a database/index/quadtree? https://blog.zen.ly/geospatial-indexing-on-hilbert-curves-2379b929addc https://medium.com/sidewalk-talk/s2-cells-and-space-filling-curves-keys-to-building-better-digital-map-tools-for-cities-a312aa5e2f59 https://uber.github.io/h3/#/ http://s2geometry.io/
@pguan-ntap, - Nice fix. - Any chance of signing the CLA for proceeding with this PR?
- PR #1369 fix this issue also. - However, it defaults to MSAIL to authentication as ADAL is deprecated.
@philippnurullin - JBM already covered the most frequent cases of operators and ligatures. So I don't have anything right now. :smile: - I can't imagine the problem of reading a...
An alternative approach could be: - using more than 1 column for viewing the list of text on the popup menu - using the arrow down/up keys for selecting the...
@nigeltao , I was wondering about the possible benefits that a space-filling curve like [Hildeberg Curve](https://en.wikipedia.org/wiki/Hilbert_curve) could bring against the row-column (left-right/top-bottom) approach of QOI: - Exploit locality (pixels with...
> Regarding the window peeking - I now simply focus the hovered window if window peeking is enabled. This feels surprisingly good and is really easy to implement. Messing with...