Skip to content

Instantly share code, notes, and snippets.

View mhvenkat's full-sized avatar

Mahesh Venkat mhvenkat

  • HP
  • Palo Alto, CA
View GitHub Profile
@lilith
lilith / 2016-06-10-benchmarks.txt
Last active May 27, 2017 17:09
2016-06-10 benchmarks of libimageflow on Ubuntu 14.04 workstation. See www.imageflow.io
Use wrappers/server/bench.sh to reproduce
https://github.com/imazen/imageflow/commit/f05efb89f993827936693e98d39adb31057ec270
Run on a 4-core Xeon E3-1275 v5 with 32GB of ram.
https://gist.github.com/nathanaeljones/1a4394f994a542957f89a674ec83312b
This benchmark is for ubuntu 14.04.
Compiling imageflow-server v0.1.0 (file:///home/n/Documents/imazen/imageflow/wrappers/server)
Version: ImageMagick 6.9.3-7 Q16 x86_64 2016-05-04 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active April 26, 2024 23:26 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.
@jordansissel
jordansissel / Why JRuby.md
Created May 18, 2011 16:38
logstash, why jruby?

Long story, short: I'm totally open to supporting more rubies if possible. Details follow.

Related issue: http://code.google.com/p/logstash/issues/detail?id=37

Summary:

  • core and stdlib ruby changes violently and without notice and without backwards compatibility. I want nothing of that.
  • need a cross-ruby date library that isn't part of stdlib (see previous point) and is also good.
  • need an easy way to use multiple cpus that is cross-ruby (threads are not it)