Viewing profile — IPGlider
IPGlider
HN member- Joined
- Wed, Mar 13, 2013, 1:09 PM UTC
- HN karma
- 17
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About IPGlider
No profile information was provided.
Recent public activity
-
comment
Comment #7553406
Like Rubinius? Or why not JRuby?
-
comment
Comment #7299720
pkgutil --check-signature OSXUpd10.9.2.dmg
-
comment
Comment #6396590
That looks nice. I used libdispatch to prototype a server and would be great to compare with other libraries before starting the project. libPhenom seems to have much more features…
-
comment
Comment #6396570
libdispatch works on FreeBSD ( https://wiki.freebsd.org/GCD ) and on Linux ( http://packages.debian.org/wheezy/libdispatch-dev ), but I don't know if blocks works on Linux.
-
comment
Comment #6395887
How does this compare to libdispatch ( https://libdispatch.macosforge.org/ ) in functionality and performance? I'm very interested in this.
-
comment
Comment #5368136
Running 'awk -f bogobench.awk' 100 times… …done. real 0.70 user 0.33 sys 0.32 Running 'java bogobench' 100 times… …done. real 34.25 user 38.15 sys 6.71 Running 'ruby bogobench.rb' …