samhaswon / bible_search

A Python package for searching multiple versions of the Bible
GNU General Public License v3.0
2 stars 1 forks source link

Majority C rewrite #8

Closed samhaswon closed 6 months ago

samhaswon commented 6 months ago

Rewrote the majority of the search code in C for a major memory reduction.

Index unloading is also supported with the unload_version method.