snape has asked for the wisdom of the Perl Monks concerning the following question:
Would it be advisable to code data structures in Perl ? I am not talking about the hashes or arrays or may be hash of array etc (although they are known as data types in perl). I would like to know the view point of people using advanced data structures like matrices/ unbalaced or balanced trees (AVL, red black etc) / graphs ? and how often it is used or do you think C is better as it is faster than perl ?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Data Structures
by BrowserUk (Patriarch) on Sep 30, 2010 at 22:57 UTC | |
|
Re: Perl Data Structures
by graff (Chancellor) on Oct 01, 2010 at 01:06 UTC | |
|
Re: Perl Data Structures
by JavaFan (Canon) on Oct 01, 2010 at 10:57 UTC | |
|
Re: Perl Data Structures
by blakew (Monk) on Oct 01, 2010 at 22:23 UTC |