You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will improve throughput of parsing and serialization, greatly reduce access time and memory footprint of parsed data, and finally it will reduce GC pressure for better scalability.
Also, potentially, it can simplify parallelization of handling with nested arrays of coordinates.
The text was updated successfully, but these errors were encountered:
plokhotnyuk
changed the title
Consider using ArraySeq instead of List
Consider using ArraySeq or IndexedSeq instead of List
Sep 30, 2022
It will improve throughput of parsing and serialization, greatly reduce access time and memory footprint of parsed data, and finally it will reduce GC pressure for better scalability.
Also, potentially, it can simplify parallelization of handling with nested arrays of coordinates.
The text was updated successfully, but these errors were encountered: