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 would be nice if more numeric types were supported instead of just Float, e.g. Double, Int, Long, BigInt, BigDecimal. Can the numeric type be generalized? This would be useful for image manipulatoin tasks where fractional numbers are not possible.
The text was updated successfully, but these errors were encountered:
IMHO the image manipulation domain worth its own implementation of R-tree. Feel free to grab RTree2D ideas and improve existent implementations for that domain.
Another option would be using of Scala macros to generate specialized versions, but it will not be valuable until lot of specific features that are required for image manipulation be added.
It would be nice if more numeric types were supported instead of just Float, e.g. Double, Int, Long, BigInt, BigDecimal. Can the numeric type be generalized? This would be useful for image manipulatoin tasks where fractional numbers are not possible.
The text was updated successfully, but these errors were encountered: