MarginaliaSearch/third-party/encyclopedia-marginalia-nu
Viktor Lofgren 448a941de2 (encyclopedia) Fix memory issue in preconversion step
Use SimpleBlockingThreadPool pool instead of Java's Workstealing Pool as the latter causes runaway memory consumption in some circumstances, while SimpleBlockingThreadPool uses a bounded queue and always pushes back against the supplier if it can't hold any more tasks.
2024-04-05 16:57:53 +02:00
..
src/main/java/nu/marginalia/encyclopedia (encyclopedia) Fix memory issue in preconversion step 2024-04-05 16:57:53 +02:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
readme.md (converter) Integrate zim->db conversion into automatic encyclopedia processing workflow 2024-01-19 13:59:03 +01:00

This package contains a severely stripped down version of the codebase from encyclopedia.marginalia.nu.

The extracted code is a ZimFile reader and WikiHTML cleaner. It is used by the encyclopedia side-loader.