Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4219 > unrolled thread
| Started by | Roger Pack <rogerpack2005@gmail.com> |
|---|---|
| First post | 2011-05-10 19:32 -0500 |
| Last post | 2011-05-13 13:52 -0500 |
| Articles | 5 — 2 participants |
Back to article view | Back to comp.lang.ruby
[ANN] faster_require 0.9.2 Roger Pack <rogerpack2005@gmail.com> - 2011-05-10 19:32 -0500
Re: [ANN] faster_require 0.9.2 Jon Forums <jon.forums@gmail.com> - 2011-05-11 09:41 -0500
Re: [ANN] faster_require 0.9.2 Roger Pack <rogerpack2005@gmail.com> - 2011-05-12 00:00 -0500
Re: faster_require 0.9.2 Roger Pack <rogerpack2005@gmail.com> - 2011-05-11 23:59 -0500
Re: faster_require 0.9.2 Roger Pack <rogerpack2005@gmail.com> - 2011-05-13 13:52 -0500
| From | Roger Pack <rogerpack2005@gmail.com> |
|---|---|
| Date | 2011-05-10 19:32 -0500 |
| Subject | [ANN] faster_require 0.9.2 |
| Message-ID | <8c5bb48463463f1b4543aea7b0d6e98e@ruby-forum.com> |
Hello all. Pleased to announce another update of the faster_require gem, which makes loading ruby scripts far far faster in windows. Halve your rails apps' load/startup time! Enjoy. -r https://github.com/rdp/faster_require -- Posted via http://www.ruby-forum.com/.
[toc] | [next] | [standalone]
| From | Jon Forums <jon.forums@gmail.com> |
|---|---|
| Date | 2011-05-11 09:41 -0500 |
| Message-ID | <58572ae0720fc208279c0c087c38f513@ruby-forum.com> |
| In reply to | #4219 |
Have you had a chance to see how https://gist.github.com/950154 interacts with faster_require on Windows? -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Roger Pack <rogerpack2005@gmail.com> |
|---|---|
| Date | 2011-05-12 00:00 -0500 |
| Message-ID | <951c922a209342307b0cf0429b3a39a5@ruby-forum.com> |
| In reply to | #4265 |
Jon Forums wrote in post #998010: > Have you had a chance to see how https://gist.github.com/950154 > interacts with faster_require on Windows? I haven't tried it, but my guess is that it brings it in parity with 1.8.7 performance speedups. Currently with 1.8.x it's like a 75% speedup, with 1.9.2 it's like a 100% speedup, so probably around there. -r -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Roger Pack <rogerpack2005@gmail.com> |
|---|---|
| Date | 2011-05-11 23:59 -0500 |
| Subject | Re: faster_require 0.9.2 |
| Message-ID | <f66eda1813ee956ee4348ecb924a146e@ruby-forum.com> |
| In reply to | #4219 |
>> https://github.com/rdp/faster_require > > What's the license? any preference? whatever you want it to be... :) -r -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Roger Pack <rogerpack2005@gmail.com> |
|---|---|
| Date | 2011-05-13 13:52 -0500 |
| Subject | Re: faster_require 0.9.2 |
| Message-ID | <61373613ae30d84c7dc1ba96a4098beb@ruby-forum.com> |
| In reply to | #4318 |
> Given that Ruby appears to be switching to the BSD License with version > 1.9.3, I think that's probably an appropriate choice. If you basically > mean that anybody should be able to use it under whatever license they > like Switched it to BSD. Good idea! -r -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web