Giter VIP home page Giter VIP logo

notmuch's Introduction

notmuch

installation:

$ cc -O3 -Wall notmuch.c -o notmuch

Optimization is critical for maximum performance on all platforms. "-o" flag required for newer XCode versions.

usage:

$ ./notmuch [arg ...]

what's it do?

not much

troubleshooting...

please read the fine manual (this) thoroughly before contacting the author.

license

gpl, or something

updates

added "notmuch.sh" and "notmuch.py". To run either first make them executable them run, as so:

% chmod 755 ./notmuch.sh ./notmuch.py
% ./notmuch.sh
% ./notmuch.py
% go build notmuch.go
% ./notmuch
% julia ./notmuch.jl

benchmarks

These were run on a micro EC2 instance and are for demonstration purposes only. Your mileage may vary. The only benchmarks that matter are your benchmarks.

$ cc -O3 -Wall notmuch.c -o notmuch
$ time ./notmuch

real	0m0.001s
user	0m0.000s
sys	0m0.000s
$ time ./notmuch.sh

real	0m0.002s
user	0m0.000s
sys	0m0.000s
$ time ./notmuch.py

real	0m0.014s
user	0m0.008s
sys	0m0.000s
$ rm notmuch
$ go build notmuch.go
$ time ./notmuch

real	0m0.001s
user	0m0.000s
sys	0m0.000s

This benchmark run on a mac mini

$ time /Local/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia /tmp/notmuch.jl 

real	0m0.482s
user	0m0.329s
sys	0m0.132s

Clearly, if you are going to run "notmuch" in production the macos/julia combo is to be avoided.

notmuch's People

Contributors

keithpjolley avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.