MarginaliaSearch/third-party
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
..
commons-codec (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
count-min-sketch (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
encyclopedia-marginalia-nu (encyclopedia) Fix memory issue in preconversion step 2024-04-05 16:57:53 +02:00
monkey-patch-opennlp (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
openzim (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
parquet-floor (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
porterstemmer (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
rdrpostagger (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
symspell (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
README.md (deps) Remove monkey patched GSON 2024-02-06 12:11:39 +01:00

Third Party Code

This is a mix of code from other projects, that has either been aggressively modified to suite the needs of the project, or lack an artifact, or to override some default that is inappropriate for the type of data Marginalia throws at the library.

Sources and Licenses

Modified

Repackaged

Monkey Patched