JordaanI / database

0 stars 0 forks source link

Retrival Rework #6

Open JordaanI opened 2 months ago

JordaanI commented 2 months ago

Retrival speeds are slow, since each concept is looped through and compared after being read into the system. A hash-table solution might work better.