godot/tests/core/io
aaronp64 f13b4b760a Improve JSON::stringify performance
- Changed stringify to call static function _stringify directly, instead of creating JSON object
- Changed colon and end_statement from String to const char * to avoid extra allocations in each _stringify call
- Pass result String reference to each _stringify call to append to instead of allocating new String in each call

These changes make JSON::stringify around 2-3x faster in most cases
2025-05-06 18:27:32 -04:00
..
test_config_file.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_file_access.h Fix FileAccessCompressed claiming one byte more than it actually has. 2025-04-08 15:19:58 +02:00
test_http_client.h Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
test_image.h Use libjpeg-turbo for improved jpg compatibility and speed 2025-05-02 11:47:56 +02:00
test_ip.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_json.h Improve JSON::stringify performance 2025-05-06 18:27:32 -04:00
test_json_native.h Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
test_logger.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_marshalls.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_packet_peer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_pck_packer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_resource.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_resource_uid.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_stream_peer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_stream_peer_buffer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_stream_peer_gzip.h Fix StreamPeerGZIP::finish() internal buffer size usage 2025-03-19 09:56:32 +01:00
test_tcp_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_udp_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_xml_parser.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00