We have found a use for ncls in one of our projects, where we needed to find overlapping time intervals. It helped improve the performance of our code by a factor of 25. Great!
We use conda for creating the environment for our project, and work on multiple platforms. Ideally, there would be wheels or conda binaries for Windows and for MacOS using the new M1 processor.
Any chance you could build those and include it in the conda repo? Or, we could supply you with python 3.8 binaries for those platforms and you could post them?
This would simplify our environment creation procedure that is used by different developers on our project.
We have found a use for
nclsin one of our projects, where we needed to find overlapping time intervals. It helped improve the performance of our code by a factor of 25. Great!We use
condafor creating the environment for our project, and work on multiple platforms. Ideally, there would be wheels or conda binaries for Windows and for MacOS using the new M1 processor.Any chance you could build those and include it in the conda repo? Or, we could supply you with python 3.8 binaries for those platforms and you could post them?
This would simplify our environment creation procedure that is used by different developers on our project.