LeoAJ / Index-Project

What kind of index would be efficient for searching?

Home Page:http://leoj.net/school/Indexing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro:

In this project, I will have a very large text file with lots of actors and actresses name and movies that he or she starred in, I build a basic hash index in dictionary structure with Python to increase the searching efficient of this gigantic text file. Because the normal search needs to take 1 second for exactly 1 character, which is too slow.

About

What kind of index would be efficient for searching?

http://leoj.net/school/Indexing/


Languages

Language:Python 100.0%