Category Archives: Avida

Avida project gets a major upgrade

I have recently been doing some major updates to the public face of the Avida project. Although it has long been our intention to have Avida be a true open source project with a vibrant community of developers and users, … Continue reading

Posted in Avida | Tagged | Comments Off

When GCC’s “-ffast-math” isn’t

Performance optimization is often about trade-offs, especially when you get into the implementation details of a program. A routine may go faster if you unroll loops to reduce branching overhead, however program code size increases as a result. If you … Continue reading

Posted in Avida, Computer Science | Tagged , | 1 Comment