Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 365 Bytes

File metadata and controls

6 lines (4 loc) · 365 Bytes

SearchEngine

Search Engine using memory based index for local file system

This project utilize large amount of memory (RAM).

Checkout the DiskEngine (https://github.com/pateljay43/DiskEngine) project which creates and stores the indexed files on the disk, saving lots of memory once those indexes are generated. It also cache the queries based on LRU protocol.