mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Double speed of DynamicJsonDocument::garbageCollect()
				
					
				
			This commit is contained in:
		| @@ -127,7 +127,6 @@ class BasicJsonDocument : AllocatorOwner<TAllocator>, public JsonDocument { | ||||
|     BasicJsonDocument tmp(*this); | ||||
|     if (!tmp.capacity()) | ||||
|       return false; | ||||
|     tmp.set(*this); | ||||
|     moveAssignFrom(tmp); | ||||
|     return true; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user