Skip to content

fast epoch -> calendar date conversion in Go

Notifications You must be signed in to change notification settings

benbjohnson/fastcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fast epoch -> calendar date conversion in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published