mirror of https://github.com/libAthena/athena.git
d36b7bdc3f
<iostream> injects a static constructor into every translation unit that includes the header--even if nothing from the header is used. This can result in minor initial program slowdown, as all of these constructors need to run before main() can execute. Instead, we can use <ostream>, which includes all of the necessary machinery that we need. |
||
---|---|---|
.. | ||
LZ77 | ||
athena | ||
aes.hpp | ||
bn.hpp | ||
ec.hpp | ||
gekko_support.h | ||
md5.h | ||
osx_largefilewrapper.h | ||
sha1.h | ||
utf8proc.h | ||
win32_largefilewrapper.h | ||
yaml.h |