Short package description; useful for quick one-liners when displaying information about it on various sites/contexts.
Blah, blah blah. The order of readme sections doesn't matter: organize it however you like.
| ➜ foo git:(master) ./sequential.rb | |
| Finished in 1.293349 | |
| ➜ foo git:(master) ./sequential.py | |
| Finished in 2.837504 | |
| ➜ foo git:(master) ./threads.rb | |
| Finished in 1.272466 | |
| ➜ foo git:(master) ./threads.py | |
| Finished in 3.681996 |
| irb(main):001:0> a = [11, 22, 33, 44] | |
| => [11, 22, 33, 44] | |
| irb(main):002:0> a.fetch(0) { |i| i } | |
| => 11 | |
| irb(main):003:0> a.fetch(1) { |i| i } | |
| => 22 | |
| irb(main):004:0> a.fetch(2) { |i| i } | |
| => 33 | |
| irb(main):005:0> a.fetch(3) { |i| i } | |
| => 44 |
| Rehearsal ------------------------------------------------------------- | |
| Small (Enumerable): 0.390000 0.020000 0.410000 ( 0.419549) | |
| Small (WithEnumerator): 0.400000 0.020000 0.420000 ( 0.413934) | |
| Small (Custom): 0.720000 0.020000 0.740000 ( 0.737232) | |
| Medium (Enumerable): 1.840000 0.100000 1.940000 ( 1.943128) | |
| Medium (WithEnumerator): 1.850000 0.100000 1.950000 ( 1.955634) | |
| Medium (Custom): 3.480000 0.120000 3.600000 ( 3.582538) | |
| Large (Enumerable): 9.100000 1.120000 10.220000 ( 10.227774) | |
| Large (WithEnumerator): 9.070000 1.080000 10.150000 ( 10.139284) | |
| Large (Custom): 17.600000 1.200000 18.800000 ( 18.794277) |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>themes</key> | |
| <dict> | |
| <key>alfred.theme.custom.4EE6F090-9496-434A-9E0E-160C703A164B</key> | |
| <dict> | |
| <key>background</key> | |
| <data> |
| call /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:23 headers_seen Documentation::Markdown::Base | |
| line /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:24 headers_seen Documentation::Markdown::Base | |
| return /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:25 headers_seen Documentation::Markdown::Base | |
| line /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:130 slug_for_header_text Documentation::Markdown::Base | |
| c-call /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:130 to_s Fixnum | |
| c-return /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:130 to_s Fixnum | |
| call /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:23 headers_seen Documentation::Markdown::Base | |
| line /Users/ian/coding/rb-documentation/lib/documentation/markdown/base.rb:24 headers_seen Documentation::Markdown::Base | |
| return /Users/ian/coding/rb-documentation/lib/documentati |
| Mar 22 18:54:54 NevPhone kernel[0] <Debug>: launchd[148] Builtin profile: container (sandbox) | |