Search prototype » History » Version 2
Greg Burri, 06/23/2009 07:04 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 | 2 | Greg Burri | ** A solution is to generate randomly empty files and folders and create an iso with it which will be stored in the repo. |
| 10 | * If time is above 1 minute for the first time and above 3 seconds for the seconds then an another solution must be found like an indexing system. |