jansson/src
Petri Lehtinen 7e8b128740 C++: Optimize PropertyProxy
When the property already exists in the object, we can store an
iterator pointing to that property, instead of duplicating the key.

When the property (key) is not present in the object, we still have to
duplicate the key.
2010-02-08 20:51:09 +02:00
..
dump.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
hashtable.c Merge branch '1.2' 2010-02-04 21:13:57 +02:00
hashtable.h Merge branch '1.2' 2010-02-04 21:13:57 +02:00
jansson.h Merge branch '1.2' 2010-02-04 21:13:57 +02:00
jansson.hpp C++: Optimize PropertyProxy 2010-02-08 20:51:09 +02:00
jansson.ipp C++: Optimize PropertyProxy 2010-02-08 20:51:09 +02:00
jansson_private.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
load.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
Makefile.am C++: Rename jansson-impl.hpp to jansson.ipp 2010-02-02 21:10:58 +02:00
strbuffer.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
strbuffer.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
utf.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
utf.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
util.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
value.c Merge branch '1.2' 2010-02-04 21:13:57 +02:00