Skip to content

ahysing/fast-variance

Repository files navigation

Fast variance in Go

This project implements population variance in go. The project demonstrates performance speed ups with native c-code built for different systems.

Prerequisites

Usage

go test . -test.v

This software can be run without c-code and c-compiler. Just do

CGO_ENABLED=0 go test . -test.v

Benchmarks

The raw performance results from 2019 are available as an excel spreadsheet as performance results.xlsx.

Appendix

The performance benchmarks were presented at Oslo Go User Group Go Oslo December Meetup @Vipps 🎅🏻 🧡 at Wed, Dec 4 · 6:00 PM 2019. The powerpoint presentation is available at Interfacing with native code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published