How I cut GTA Online loading times by 70%

This page summarizes the projects mentioned and recommended in the original post on /r/programming

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. GTAO_Booster_PoC

    This blog post was written by an Eastern European so I'm afraid you'll have to find another ethnicity to blame for Rockstar's failures.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ucrt

    Looks like it has a reason: https://github.com/huangqinjin/ucrt/blob/a52376780e631fb0e5d520748addb03651aef0b5/stdio/input.cpp#L95-L98

  4. pysimdjson

    Python bindings for the simdjson project.

    I don't think JSON is really the problem - parsing 10MB of JSON is not so slow. For example, using Python's json.load takes about 800ms for a 47MB file on my system, using something like simdjson cuts that down to ~70ms.

  5. simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

    I have never heard of its existence before but after just reading the GitHub page of simdjson and the statistics they provide (2.5GB/s) I wonder why it isn't the standard

  6. Jansson

    C library for encoding, decoding and manipulating JSON data

    I don't see why something like Jansson wouldn't.

  7. UIforETW

    User interface for recording and managing ETW traces

    That profiling method 😬 someone please tell them about UIforETW

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • orjson: Fast, correct Python JSON lib supporting dataclasses, datetimes, NumPy

    2 projects | news.ycombinator.com | 20 Aug 2024
  • Benchmarking Python JSON serializers - json vs ujson vs orjson

    2 projects | dev.to | 25 May 2022
  • [package-find] lsp-bridge

    5 projects | /r/emacs | 23 May 2022
  • Ultimate Guide to JSON Parsing in Python

    3 projects | dev.to | 3 Jan 2025
  • JSON5 – JSON for Humans

    21 projects | news.ycombinator.com | 8 Dec 2024