mapshader icon indicating copy to clipboard operation
mapshader copied to clipboard

numba-ize mercator.py

Open brendancol opened this issue 4 years ago • 1 comments

  • [ ] add tests for mercator.py (using pytest mapshader/tests/test_mercator.py -sv -k <optional_grep>
  • [ ] benchmark performance of current functions (using pytest-benchmark)
  • [ ] add numba decorators and see what performance improvements we can achieve

brendancol avatar Jan 30 '21 00:01 brendancol

https://numba.pydata.org/

brendancol avatar Feb 04 '21 13:02 brendancol