This library can be compiled for .NET using IKVM. It works fine but it is slower, mainly because .NET has a lot more overhead when handling an exception. In .NET the happy path for code should never throw exceptions because of this overhead.
IKVM also has a lot of overhead calling the Utils.concat() method - the building of the array to pass in.
This library can be compiled for .NET using IKVM. It works fine but it is slower, mainly because .NET has a lot more overhead when handling an exception. In .NET the happy path for code should never throw exceptions because of this overhead.
IKVM also has a lot of overhead calling the Utils.concat() method - the building of the array to pass in.