Skip to content

bholt/accel-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accel C++

Simple library of headers for making common tasks in C++ easier. The goal from the start is to avoid taking dependences on other libraries and try to stick to vanilla C++ standard libraries.

Categories of accelerations (so far):

Logging

Super simplified version of what Google Glog does, letting you dump things with file/line number easily.

Flags

Simple declarative flag parser.

Time

walltime() for fine-grained timing (performance measurement) on multiple platforms

To use:

Clone the entire repo.

Or, download a single file:

# Linux:
wget https://raw.github.com/bholt/accel-cpp/master/flags.hpp
# Mac:
curl -O https://raw.github.com/bholt/accel-cpp/master/flags.hpp

About

Simple standalone accelerators for C++ projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages