InAnYan / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
0 stars 0 forks source link

Test the performance of MVStore vs an embedded database #60

Open InAnYan opened 2 months ago

InAnYan commented 2 months ago

In order to do this we need: 1) Generate a library with many entries with PDF files. 2) Implement a variant with embedded database.

InAnYan commented 1 month ago
    private final MVMap<String, String> contentsMap;

    public MVStoreEmbeddingStore(MVStore mvStore) {
        // TODO: Will this work efficiently? Does optimizations work on map level or entry level?