Menu

Tag Archives: Anagrams

Programming Language Performance: Part XIV: D
The D Programming language is designed as a extension of C and C++ into the domain of a higher-level programming language. It is not 100% Source compatible [...]
Programming Language Performance Part XIII: Haskell
Haskell is one of those languages that, to paraphrase Rodney Dangerfield, can’t get any respect. I mean, sure, it get’s a lot of use in [...]
Anagrams Part X: PHP Performance
Somehow while creating the various anagram implementations for the previous entries in this series, I neglected to create one for PHP. This was primarily [...]
Programming Language Performance Part IX: Parallelized C# and Conclusions
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part IIX: Delphi
For quite some time, and perhaps unsurprisingly, Programming and Computer Science graduates learned to program through the use of industry standard [...]
Programming Language Performance Part II: Python
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part I: Overview
Much like my previous posts on the subject of programming language polarization, this one comes as a response to what I feel are flawed perspectives on [...]