Search prototype » History » Version 1
Greg Burri, 06/21/2009 10:46 PM
| 1 | 1 | Greg Burri | h1. Search prototype |
|---|---|---|---|
| 2 | |||
| 3 | directory : source:/prototypes/03_Search |
||
| 4 | |||
| 5 | h2. Goals |
||
| 6 | |||
| 7 | * Search with glob pattern. |
||
| 8 | * Measure the time for searching among 50'000 files. There is always two measures to test the caching capacity of the OS. |
||
| 9 | * If time is above 1 minute for the first time and above 3 seconds for the seconds then an indexing solution must be found. |