An open API service indexing awesome lists of open source software.

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

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