Simple, fast, full-text search library in 200 lines of Ruby

Post by Peter Cooper

Permanent Link  |   book mark Simple, fast, full-text search library in 200 lines of Ruby in del.icio.usDel.icio.us  |   See this page in technoratiCosmos

Mauricio Fernandez continues to extend his Ruby God status with this excellent article about a search library he just developed using pure Ruby. It’s simple (mere hundreds of lines), fast (queries in the milliseconds), and practical (he’s already using it to index Ruby documentation).

Read about how it works and the techniques he used or just get straight to the source.

Comments are closed.