juniper/juniper_tests
Georg Semmler 90b89f00ee Performance improvements (#202)
Performance improvements

* Replace the IndexMap in the serialized object with a plain
  `Vec<(String, Value)>` because linear search is faster for few
  elements

* Some general tweaks to skip some allocations
2018-08-13 07:47:18 -06:00
..
src Performance improvements (#202) 2018-08-13 07:47:18 -06:00
Cargo.toml Add support for using doc comments as descriptions 2018-06-20 20:45:34 +02:00
Makefile.toml windows build 2018-01-13 08:36:08 +00:00