gson-comments/gson/src/main/java/com/google
Jesse Wilson 2fef83799d Optimizations and bug fixes for LinkedHashTreeMap.
The most interesting optimization is to replace ArrayDeque with a manual linked list that reuses the nodes 'parent' field. These optimizations save about 20%.
2012-09-17 03:30:20 +00:00
..
gson Optimizations and bug fixes for LinkedHashTreeMap. 2012-09-17 03:30:20 +00:00