High-performance Go implementation for importing k6 JSON output to InfluxDB via HTTP.
This Go-based importer replaces the Python converter with a much faster implementation that achieves 6x better performance through:
- True parallelism (no GIL limitation)
- Fast JSON parsing with jsoniter (2-3x faster than stdlib)