mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 10:47:28 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| Benchmarks/FlatbuffersBenchmarks | ||
| Package.swift | ||
| 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