haskell-cpu-instruction-counter

CPU counter

Measures CPU instructions in Haskell using Linux Performance Counters

Measuring CPU instructions in Haskell using Linux Performance Counters

GitHub

84 stars
7 watching
5 forks
Language: Haskell
last commit: over 8 years ago
haskellperformance

Related projects:

RepositoryDescriptionStars
haskell/criterionA performance measurement library for Haskell code505
jcollard/unm-hipA Haskell library for image processing and display82
haskell/textEfficient Unicode text operations in Haskell411
nh2/hatraceA scripted strace tool for analyzing system calls in Haskell programs.123
lettier/parsing-with-haskell-parser-combinatorsAn in-depth guide to parsing using Haskell's parser combinator technology93
mondaymorninghaskell/haskellingsAn automated tutorial program for learning Haskell programming168
input-output-hk/haskell.nixAutomates translation of Haskell projects into Nix code565
ajtulloch/haskell-mlImplementations of basic machine learning algorithms in Haskell57
theam/aws-lambda-haskell-runtimeA Haskell runtime specifically designed to run on AWS Lambda270
politrons/dive_into_haskellAn introductory guide to Haskell programming language features and applications69
haskell/stmA Haskell implementation of software transactional memory for concurrent programming99
google/haskell-indexerProvides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing99
nh2/haskell-from-pythonEnables calling Haskell functions from Python using ctypes.cdll.LoadLibrary58
haskell-nix/hnix-storeProvides a Haskell interface to the Nix store semantics and various implementations of that interface.87
haskell/parsecA parser combinator library designed to be industrial-strength and easy to use850