Swiftpack.co - Swift Packages by ordo-one

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by ordo-one

ordo-one/package-benchmark 1.22.4
Swift benchmark runner with many performance metrics and great CI support
⭐️ 240
πŸ•“ 5 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.22.4
5 weeks ago
## [1.22.4](https://github.com/ordo-one/package-benchmark/compare/1.22.3...1.22.4) (2024-03-13) ### Bug Fixes * **patch:** memory unsafe file read on Linux ([#234](https://github.com/ordo-one/package-benchmark/issues/234)) ([e495d16](https://github.com/ordo-one/package-benchmark/commit/e495d16b054737222106f51c80534a020490ac3d))
1.22.3
7 weeks ago
## [1.22.3](https://github.com/ordo-one/package-benchmark/compare/1.22.2...1.22.3) (2024-02-29) ### Bug Fixes * **patch:** Always surface plugin run errors to CI, fixes [#230](https://github.com/ordo-one/package-benchmark/issues/230) ([#231](https://github.com/ordo-one/package-benchmark/issues/231)) ([1957724](https://github.com/ordo-one/package-benchmark/commit/1957724966fb3b609664671de42f807d26602e72))
1.22.2
7 weeks ago
## [1.22.2](https://github.com/ordo-one/package-benchmark/compare/1.22.1...1.22.2) (2024-02-26)
1.22.1
14 weeks ago
## [1.22.1](https://github.com/ordo-one/package-benchmark/compare/1.22.0...1.22.1) (2024-01-12) ## What's Changed * docs(patch): Add example on how parameterization is done by @hassila in https://github.com/ordo-one/package-benchmark/pull/225 **Full Changelog**: https://github.com/ordo-one/package-benchmark/compare/1.22.0...1.22.1
1.22.0
14 weeks ago
## [1.22.0](https://github.com/ordo-one/package-benchmark/compare/1.21.3...1.22.0) (2024-01-11) For benchmarks that are not completely stable (in e.g. syscall/malloc count) due to use of e.g. async or networking, it is desirable to also be able to specify some leeway for benchmarks even for the absolute checks from thresholds. This fixes https://github.com/ordo-one/package-benchmark/issues/220 By default the behaviour for absolute thresholds checks are as previously (strict, zero improvements/regressions are allowed), but now it is possible to define both absolute and relative thresholds for the benchmarks (as documented at https://swiftpackageindex.com/ordo-one/package-benchmark/1.21.3/documentation/benchmark/writingbenchmarks) ### Features * **minor:** Support thresholds for absolute checks ([#223](https://github.com/ordo-one/package-benchmark/issues/223)) ([3bb4e7d](https://github.com/ordo-one/package-benchmark/commit/3bb4e7d6c32de9fc5f7b65a89526bfdd199c0b4d))
1.21.3
14 weeks ago
## [1.21.3](https://github.com/ordo-one/package-benchmark/compare/1.21.2...1.21.3) (2024-01-10) ## What's Changed * docs(patch): Add "About Percentiles" page by @finestructure in https://github.com/ordo-one/package-benchmark/pull/221 ## New Contributors * @finestructure made their first contribution in https://github.com/ordo-one/package-benchmark/pull/221 **Full Changelog**: https://github.com/ordo-one/package-benchmark/compare/1.21.2...1.21.3
1.21.2
14 weeks ago
## [1.21.2](https://github.com/ordo-one/package-benchmark/compare/1.21.1...1.21.2) (2024-01-09) ### Bug Fixes * **patch:** Reenable benchmark init ([#219](https://github.com/ordo-one/package-benchmark/issues/219)) ([174c8b6](https://github.com/ordo-one/package-benchmark/commit/174c8b6552d7c80f2ae8fb465a8aa352b270ed2c))
1.21.1
14 weeks ago
## [1.21.1](https://github.com/ordo-one/package-benchmark/compare/1.21.0...1.21.1) (2024-01-08) ### Bug Fixes * **patch:** Fix incorrect public export of Lock ([#217](https://github.com/ordo-one/package-benchmark/issues/217)) ([df284bb](https://github.com/ordo-one/package-benchmark/commit/df284bbf50bddc3c41ee12298bd02920bc89316e))
1.21.0
14 weeks ago
## [1.21.0](https://github.com/ordo-one/package-benchmark/compare/1.20.0...1.21.0) (2024-01-08) Reduce dependencies from 12->7; Removing extras-json and instead use Foundations JSON - we have a Foundation dependency anyway and will hopefully soon move to the new swift-foundation. Fold in Progress.Swift inline with the project instead of depending on Ordo tagged release version Fold in BenchmarkClock to remove dependency on Ordo package-datetime, move to use `CLOCK_BOOTTIME` Update NIO locks from upstream (will be removed whenever we get locking primitives in the standard library...). Move Benchmarks to a separate embedded project a la SwiftNIO to allow it to use newer toolchain and remove dependencies Remove DocC plugin dependency as it is done behind the scenes by SPI anyway ## What's Changed * chore(minor): Reduce dependencies by @hassila in https://github.com/ordo-one/package-benchmark/pull/215 **Full Changelog**: https://github.com/ordo-one/package-benchmark/compare/1.20.0...1.21.0
1.20.0
17 weeks ago
## [1.20.0](https://github.com/ordo-one/package-benchmark/compare/1.19.0...1.20.0) (2023-12-21) This release gives a significant performance boost for the benchmark result processing, baseline reading-parsing-exports etc, as the BenchmarkTool that is doing the heavy lifting now is built in release mode regardless of how the invocation of package benchmark was done. ### Features * **minor:** Manually build benchmarktool as release config ([#214](https://github.com/ordo-one/package-benchmark/issues/214)) ([2e724bf](https://github.com/ordo-one/package-benchmark/commit/2e724bf526c980699ae0c4b7a470b51816a89e72))
iOS macOS linux
ordo-one/package-frostflake 5.1.0
High performance unique ID generator inspired by Snowflake
⭐️ 16
πŸ•“ 20 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.1.0
20 weeks ago
## [5.1.0](https://github.com/ordo-one/package-frostflake/compare/5.0.0...5.1.0) (2023-11-30)
5.0.0
20 weeks ago
## [5.0.0](https://github.com/ordo-one/package-frostflake/compare/4.0.0...5.0.0) (2023-11-29) ### Features * **major:** [sc-455] rollback dynamic back to static ([#62](https://github.com/ordo-one/package-frostflake/issues/62)) ([3060df6](https://github.com/ordo-one/package-frostflake/commit/3060df6356d9feae76c92ce6b8ccccf3e1b8e25d))
5.0.0-alpha.5
21 weeks ago
5.0.0-alpha.4
21 weeks ago
5.0.0-alpha.3
21 weeks ago
5.0.0-alpha.1
21 weeks ago
5.0.0-alpha.2
21 weeks ago
4.0.0
21 weeks ago
## [4.0.0](https://github.com/ordo-one/package-frostflake/compare/3.2.0...4.0.0) (2023-11-20) ### Bug Fixes * **major:** [sc-455] Turn library type to dynamic. ([#61](https://github.com/ordo-one/package-frostflake/issues/61)) ([3589e23](https://github.com/ordo-one/package-frostflake/commit/3589e23f47873dccec7ada314f05474791ab9e7e))
3.2.0
34 weeks ago
## [3.2.0](https://github.com/ordo-one/package-frostflake/compare/3.1.4...3.2.0) (2023-08-25)
3.1.4
40 weeks ago
## [3.1.4](https://github.com/ordo-one/package-frostflake/compare/3.1.3...3.1.4) (2023-07-13) ### Features * **patch:** [sc-2577] switching to local repositories ([#59](https://github.com/ordo-one/package-frostflake/issues/59)) ([59f91ec](https://github.com/ordo-one/package-frostflake/commit/59f91ec7c77fdf02fc29232173b85b328f28c34d))
iOS macOS
ordo-one/package-concurrency-helpers 4.0.2
Various tools needed for concurrency (locks, async stream helpers, ...)
⭐️ 7
πŸ•“ 11 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.0.2
11 weeks ago
**Full Changelog**: https://github.com/ordo-one/package-concurrency-helpers/compare/4.0.1...4.0.2
4.0.1
12 weeks ago
## [4.0.1](https://github.com/ordo-one/package-concurrency-helpers/compare/4.0.0...4.0.1) (2024-01-25)
4.0.0
12 weeks ago
## What's Changed * feat(major): [sc-6273] remove UnsafeRetained by @mr-swifter in https://github.com/ordo-one/package-concurrency-helpers/pull/59 **Full Changelog**: https://github.com/ordo-one/package-concurrency-helpers/compare/3.0.0...4.0.0
3.0.0
26 weeks ago
## [3.0.0](https://github.com/ordo-one/package-concurrency-helpers/compare/2.1.0...3.0.0) (2023-10-17)
2.1.0
33 weeks ago
## What's Changed * feat(patch): [sc-3285] Add makeStream() by @axelandersson in https://github.com/ordo-one/package-concurrency-helpers/pull/57 * fix: check for task cancellation in yieldWithBackPressure() by @dimlio in https://github.com/ordo-one/package-concurrency-helpers/pull/54 **Full Changelog**: https://github.com/ordo-one/package-concurrency-helpers/compare/2.0.0...2.1.0
2.0.0
34 weeks ago
## [2.0.0](https://github.com/ordo-one/package-concurrency-helpers/compare/1.0.5...2.0.0) (2023-08-25) ### Features * **major:** [sc-961] rename ConcurrencyHelpers -> PackageConcurrency… ([#56](https://github.com/ordo-one/package-concurrency-helpers/issues/56)) ([4e6c808](https://github.com/ordo-one/package-concurrency-helpers/commit/4e6c80852db691787dd40ae93081d34bb3d47f9b))
1.0.5
34 weeks ago
## [1.0.5](https://github.com/ordo-one/package-concurrency-helpers/compare/1.0.4...1.0.5) (2023-08-24) ### Features * **patch:** [sc-2567] Add isBeingDebugged ([#55](https://github.com/ordo-one/package-concurrency-helpers/issues/55)) ([b747f19](https://github.com/ordo-one/package-concurrency-helpers/commit/b747f199fcadc1ff1f338c5fa5da1e0b91559a13))
1.0.4
35 weeks ago
## [1.0.4](https://github.com/ordo-one/package-concurrency-helpers/compare/1.0.3...1.0.4) (2023-08-14) ### Features * **patch:** Add nearestPowerOf2() function. ([#53](https://github.com/ordo-one/package-concurrency-helpers/issues/53)) ([13ca1ef](https://github.com/ordo-one/package-concurrency-helpers/commit/13ca1ef3adcc1b2a243d08c01629249b667ca93d))
1.0.3
36 weeks ago
## [1.0.3](https://github.com/ordo-one/package-concurrency-helpers/compare/1.0.2...1.0.3) (2023-08-08) ### Features * **patch:** [sc-2921] use default parameter rather than always global queue ([#52](https://github.com/ordo-one/package-concurrency-helpers/issues/52)) ([c62f425](https://github.com/ordo-one/package-concurrency-helpers/commit/c62f4257f71d0625210d0d122dbf8b8774180aa8))
1.0.2
40 weeks ago
## [1.0.2](https://github.com/ordo-one/package-concurrency-helpers/compare/1.0.1...1.0.2) (2023-07-13) ### Features * **patch:** switching to local repositories ([#51](https://github.com/ordo-one/package-concurrency-helpers/issues/51)) ([7c49d3a](https://github.com/ordo-one/package-concurrency-helpers/commit/7c49d3a357c1e3b5a55d1e65b4d65b7f36f70678))
iOS macOS
ordo-one/package-histogram 0.1.2
Swift port of HdrHistogram
⭐️ 1
πŸ•“ 1 year ago
iOS macOS watchOS tvOS
ordo-one/package-latency-tools 2.0.0-alpha.1
Simple latency tools for benchmarking
⭐️ 1
πŸ•“ 21 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
21 weeks ago
1.0.0
1 year ago
## 1.0.0 (2023-03-03)
Initial versioned tag
1 year ago
macOS
ordo-one/package-jemalloc 1.0.0
A Swift module map for the jemalloc memory allocator
⭐️ 1
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial release
1 year ago
ordo-one/package-datetime 2.0.0-alpha.1
Datetime and clock constructs used
⭐️ 0
πŸ•“ 21 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.0.0-alpha.1
21 weeks ago
1.0.2
40 weeks ago
1.0.1
41 weeks ago
## [1.0.1](https://github.com/ordo-one/package-datetime/compare/1.0.0...1.0.1) (2023-07-03)
1.0.0
1 year ago
## [1.0.0](https://github.com/ordo-one/package-datetime/compare/0.0.6...1.0.0) (2023-03-16)
0.0.6
1 year ago
## What's Changed * feat: [sc-1098] Human readable description of InternalUTCClock.Instant by @hassila in https://github.com/ordo-one/package-datetime/pull/9 **Full Changelog**: https://github.com/ordo-one/package-datetime/compare/0.0.5...0.0.6
0.0.4
1 year ago
## What's Changed * ci: πŸ”„ Synced file(s) with ordo-one/public-repository-templates by @ordo-ci in https://github.com/ordo-one/package-datetime/pull/5 * fix: [sc-1033] Remove circular dependency on Benchmark by @hassila in https://github.com/ordo-one/package-datetime/pull/7 **Full Changelog**: https://github.com/ordo-one/package-datetime/compare/0.0.3...0.0.4
0.0.3
1 year ago
## What's Changed * feat: [sc-858]: Move Benchmark to DateTime package by @hassila in https://github.com/ordo-one/package-datetime/pull/4 **Full Changelog**: https://github.com/ordo-one/package-datetime/compare/0.0.2...0.0.3
1 year ago
1 year ago
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics