Few different implementations of the functions to calculate a factorial of the given number. Utilizes math/big to calculate factorials of really big numbers.
There are also functions which are able to split calculations between goroutines (workers) and do work concurrently (in parallel at multi-core machines) thus speeding up calculations.
Performance results can be viewed in benchmarking.md.
go get -u github.com/pavdmyt/fastfactSee godoc reference for detailed API documentation.
MIT - Pavlo Dmytrenko; https://twitter.com/pavdmyt