ml-spectra-processing
    Preparing search index...

    Interface XFindClosestIndexOptions

    interface XFindClosestIndexOptions {
        sorted?: boolean;
    }
    Index

    Properties

    Properties

    sorted?: boolean

    Is the array sorted ? This allows to make a dichotomic search that is much faster.

    true