flatbuffers/benchmarks/swift
mustiikhalil 1f4a9038ce
[Swift] Improves vectors performance & arrays within lib (#8415)
* Improves vectors performance and adds a benchmark to vectors of offsets in swift

Improves performance for all arrays and for loops

Uses a tuple instead of allocating a struct each time we start iterating over fieldloc

Updates benchmark library

* Fixing swift Wasm ci
2024-11-19 07:02:47 +01:00
..
Benchmarks/FlatbuffersBenchmarks [Swift] Improves vectors performance & arrays within lib (#8415) 2024-11-19 07:02:47 +01:00
Package.swift [Swift] Improves vectors performance & arrays within lib (#8415) 2024-11-19 07:02:47 +01:00
README.md [Swift] Migrating benchmarks to a newer lib. (#8168) 2023-11-22 16:08:55 -08:00

README.md

Benchmarks

To open the benchmarks in xcode use:

open --env BENCHMARK_DISABLE_JEMALLOC=true Package.swift

or running them directly within terminal using:

swift package benchmark