densh/scala-offheap

Consider backporting the library to 2.10

densh opened this issue · 4 comments

At the moment scala-offheap only works on 2.11 only. If it won't complicate the code too much it might be worth it to back-port the library to 2.10. If you want this to happen sooner rather than later please comment on this issue.

Shamelessly bumping this. There are a few large frameworks that don't work with 2.11 yet.

Considering to use scala-offheap for the scala json AST implementation https://github.com/mdedetrich/scala-json-ast (to improve performance of .toSafe and .toFast methods), however we cant use scala-offheap if it doesn't support Scala 2.10

In reference to #19 (comment), for myself the issue is not that critical anymore due to #15 (I can't use offheap until it supports Strings)

densh commented

Given that 2.12 is going to be released soon, we don't have enough resources to invest in 2.10 support.