use a tango or phobos

Lars Ivar Igesund larsivar at igesund.net
Thu Oct 18 00:56:38 PDT 2007


KAR wrote:

> Thanks Lars.
> 
> i hope ppl dont take it as a bias, since i need an opinion base on my
> requirement. im writing a search engine which will require a lot of memory
> and speed both in indexing and querying. so i will need a stable and fast
> library.

Note that where Tango excels, is in memory usage, meaning that memory
allocations are avoided wherever possible. This usually has a very positive
effect on speed as well, considering allocating memory usually is a slow
process. Subsequent garbage collections tend to make this effect worse. I
would indeed expect D (taking advantage of slicing) and Tango to be perfect
for a search engine.

> can you pls ealborate on tango's higher modularity.

Tango has less functionality per module, making it more likely that when
importing something, you will only get what you actually want.

Feel free to join #d.tango on Freenode for specific questions.

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango


More information about the Digitalmars-d-learn mailing list