Jzon icon indicating copy to clipboard operation
Jzon copied to clipboard

Avoiding string temps, adding move operations, and removing manual reference counting

Open ryankipp opened this issue 6 years ago • 0 comments

-Added const char * parameter to parts of the interface to allow for the option of preventing temp strings from being created -Added move operations to several locations where they could be used without much change to existing logic -Removed the SET_NUMBER macro in favor of templatization -Added unsigned long and long parameter versions of Node to help users avoid having to static_cast to one of the existing types -Removed manual reference counting and replaced with std::shared_ptr

ryankipp avatar May 11 '19 02:05 ryankipp