flatbuffers/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
..
Sources/FlatBuffers [Swift] Improves vectors performance & arrays within lib (#8415) 2024-11-19 07:02:47 +01:00
BUILD.bazel [swift] Make swift module public (#7274) 2022-04-26 18:58:51 +02:00
LICENSE Adds cocoapods and a readme of how to get the package (#5771) 2020-02-21 11:42:07 -08:00
README.md Moves swift package to root of repository so it can be used directly … (#7548) 2022-09-27 14:32:05 -07:00

README.md

FlatBuffers swift can be found in both SPM

.package(url: "https://github.com/google/flatbuffers.git", from: "X.Y.Z"),

and Cocoapods

pod 'FlatBuffers'

Contribute

1- Always run swift test --generate-linuxmain whenever new test functions are added or removed