| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Profiling indicates ~50% reduced CPU time and memory allocations Caches expensive operations where we iterate over all chunks in a radius and removes unnecessary vector object allocations.
|
for the record, I still recommend using https://github.com/rfresh2/XaeroPlus instead of lambda radar. but some people are stubborn lol |
Sorry, something went wrong.
|
If you want optimization, just throw away the objects list and store raw float. It trolls the GC. |
Sorry, something went wrong.
for shore, also the circle rendering could use similar optimizations too |
Sorry, something went wrong.
|
LGTM 👍 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Profiling indicates ~50% reduced CPU time and memory allocations
Caches expensive operations where we iterate over all chunks in a radius and removes unnecessary vector object allocations.