GitXplorerGitXplorer
i

swift-fasta-redux

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
34485f024d8dfbcf33f12af361d99eac39b42693

Create README.md

iianpartridge committed 9 years ago
Unverified
a209c409497040f8387d5ad20cca08dc22a8e1e1

Fix default run amount.

iianpartridge committed 9 years ago
Unverified
ba98b009ea330607d284ee4bc61e6e7cd310f2d5

Licence under BSD.

iianpartridge committed 9 years ago
Unverified
6915f6c7e76788b8e692385e224fe23567d558f7

Remove dependency on Foundation.

iianpartridge committed 9 years ago
Unverified
bedcc2cee02c1f58db8e76ca91c1b2c2ce30834c

Don't use var in parameter lists - Swift 3 compatibility.

iianpartridge committed 9 years ago
Unverified
106d63ce18441e5c6490ef82ca5ce974012076b1

Update Xcode project

committed 9 years ago

README

The README file for this repository.

swift-fasta-redux

This project implements the fasta-redux benchmark in Swift. fasta-redux is one of the benchmarks that is part of The Computer Language Benchmarks Game.

The code is implemented entirely using the Swift standard library, and does not use Foundation.

Pull requests with performance improvements are very welcome!