Skip to content

Index optimization #75

@Miedziaq

Description

@Miedziaq

Hi,

Why are you not using syntax ?

using (Index index = .... ) {
index.optimize();
}

in every example you just run index.optimize() outside the using syntax, but Index is implementing IDisposable. So there can be memory leaks. But when we run it in USING syntax then after optimization index is empty.

Can you say something about it?

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