An open API service indexing awesome lists of open source software.

https://github.com/benbjohnson/fastcal

fast epoch -> calendar date conversion in Go
https://github.com/benbjohnson/fastcal

Last synced: 10 months ago
JSON representation

fast epoch -> calendar date conversion in Go

Awesome Lists containing this project

README

          

fastcal
=======

fast epoch -> calendar date conversion in Go

Running the benchmark
====================

go test -test.bench=.*

CPU Profiling
=============

build the test binary:
go test -c

run benchmark, generating profile:
./fastcal.test -test.bench=.* -test.cpuprofile=prof.out

open pprof
go tool pprof fastcal.test prof.out
top10