Skip to content

Compiled for .NET (using IKVM) 20x slower than Java #468

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions