How I cut GTA Online loading times by 70%

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • ucrt

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • 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

  • Jansson

    C library for encoding, decoding and manipulating JSON data

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

  • 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

  • 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
  • Pyserde

    1 project | news.ycombinator.com | 6 May 2024
  • Show HN: Mutuple – Replace items in Python's "immutable" tuples

    2 projects | news.ycombinator.com | 10 Apr 2024
  • pyserde: Serialization library on top of dataclasses, inspired by serde-rs

    1 project | news.ycombinator.com | 18 Nov 2023