Hixon10 / openjdk-mailing-lists-search-old

Search for openjdk mailing lists
https://hixon10.github.io/openjdk-mailing-lists-search/
MIT License
1 stars 0 forks source link

Convert JVM-based indexer to GraalVM native image #1

Open Hixon10 opened 1 year ago

Hixon10 commented 1 year ago

At present, we spend 30-45 sec just to start indexer (we need to download libs from maven, and so on). We can try to reduce this time to convert indexer to native image.

definition of done: we can manually build native image with 1 command, and all tests are passed.

This task depends on https://github.com/Hixon10/openjdk-mailing-lists-search/issues/7

Hixon10 commented 1 year ago

This task is not so important anymore. We split indexer build and index process to 2 different jobs. So, at present we don't build indexer, when we just want to reindex content. Moreover, we spend majority of time, while git clone repo from github to ci agent, because we have almost 500 MB of artifacts (database).