cilynx / pantomath

Pantomath knows about things
GNU General Public License v3.0
1 stars 0 forks source link

Global index #8

Open cilynx opened 2 years ago

cilynx commented 2 years ago

This will be useful for tag searching / filtering and is also the right way to ensure no (highly unlikely) UUID collisions.

cilynx commented 2 years ago

For the moment, with very few docs loaded, list comprehension around all of the UUIDs in the filesystem is doing the job. I'm going to stick with this terrible way of doing it as long as it works, mostly because I want to see how big the library gets before it gets too slow / memory intensive / whatever happens.