Skip to content

knz/callbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

callbench

Microbenchmarks to measure the costs of calling conventions in Go and C++.

Included:

  • nargs: measure the impact of adding more arguments to a function. Measure explict arguments vs. variable argument lists.

  • ret: measure the impact of returning more values.

  • err: compare error returns vs exceptions.

About

Microbenchmark to measure the costs of calling conventions in Go and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published