This website requires JavaScript.
Explore
Help
Sign In
debian-packages
/
dyaml
Watch
1
Star
0
Fork
You've already forked dyaml
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
7b96993497
dyaml
/
examples
/
yaml_bench
/
Makefile
6 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added a YAML benchmark that loads and optionally extracts data from and/or dumps a YAML file.
2011-10-22 14:20:06 +00:00
main
:
CDC and yaml_bench makefile now always compile with debug symbols. yaml_bench can now repeat the benchmark many times in a single run. yaml_gen can now disable collection keys in mappings.
2011-10-23 14:10:27 +00:00
dmd -w -gc -I../../ -L-L../../ -L-ldyaml yaml_bench.d
Added a YAML benchmark that loads and optionally extracts data from and/or dumps a YAML file.
2011-10-22 14:20:06 +00:00
clean
:
Added a shortcut alias called "as" for Node.get(), and replaced get() with as() all over the code, tutorials, examples and docs. Fixed a bug in YAML benchmark makefile. Fixed a bug in autoddoc configuration.
2011-10-22 15:06:32 +00:00
rm yaml_bench yaml_bench.o
Reference in a new issue
Copy permalink