https://github.com/dsheets/benchmark-osx
Benchmarks for various system operations in OS X with Swift, Go, C, and OCaml
https://github.com/dsheets/benchmark-osx
benchmark c golang macos ocaml osx performance swift
Last synced: 9 months ago
JSON representation
Benchmarks for various system operations in OS X with Swift, Go, C, and OCaml
- Host: GitHub
- URL: https://github.com/dsheets/benchmark-osx
- Owner: dsheets
- Created: 2016-08-11T15:33:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T00:18:35.000Z (over 9 years ago)
- Last Synced: 2025-03-24T08:02:00.682Z (over 1 year ago)
- Topics: benchmark, c, golang, macos, ocaml, osx, performance, swift
- Language: OCaml
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS X Application System Functionality Benchmarks
This repository contains collections of benchmarks for common system
functionality that applications use. Benchmarks in Swift, Go, C, and
OCaml are included. Where possible, we attempt to perform the same basic
operation in as many different common ways as possible. If asynchronous
programming techniques are common in a community, we include benchmarks
covering the system functionality as accessed via those techniques.
Benchmark suites include:
- [readdir](readdir): directory listings
- [pwrite](pwrite): writing to a file descriptor at an offset