Skip to content

Use Static Instances #103

@belugabehr

Description

@belugabehr

JniDB.java

return get(key, new ReadOptions());
write(updates, new WriteOptions());

Since these option objects are used in an immutable way, just create a single instance of both instead of instantiating each call.

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