A12Studios / semantle-es

Source code for "Semantle en español"
http://semantle-es.cgk.cl
GNU General Public License v3.0
3 stars 0 forks source link

etl(hint): replace heap with regular sort #13

Open cgallegu opened 2 years ago

cgallegu commented 2 years ago

Might speed up things more. As we're not found incremental now (the library returns all similars at once), we don't need the heap.

cgallegu commented 2 years ago

Addressed in https://github.com/cgallegu/semantle-es/pull/20