Not a very very complex use case but a bit more than a `hello world` app.
I love Rails, Im using i.e. ActiveRecord in 90% of my projects. Beside that I ported 162 apps over Padrino not because I've free time to spend but because I need decent performances (without kongfu with mem/redis caching) with less memory usage.
Try to browse rails (minus ActiveRecord) source code and padrino source code to understand what I mean.
Yep, speed is 4-6x faster, but most important for me is memory usage is much much less.
On every Rails project I need to use monit/god to stop/start when for xx cycles memory is > 100mb or so. Without that a rails project can sucks 1-2gb of ram.
Isn't quite normal to my standards, in fact generally Padrino doesn't need more than 70mb. But here a lot of work must to be do.
Yeah? Who is sad? Me or you? u think that a new browser window can stay in status bar and visible on all spaces. Do you know osx? Or you are the classic grudging and frustrated guy that say something only to increase their self-esteem? Yea u are right my english is not perfect but I think is better have an ESL than a wrong mind like yours. After that I will stop to waste my time with you. You are the true frustrated spammer.
Is there a free app on appstore? Who cost less? Web browser can stay in a unobtrusive way in your status bar, visible on all spaces? My time is free? You know me? You know how many open sources lines of code I released? Before say something ask it to yourself and get your adjectives right.
Which is: https://github.com/DAddYE/web-frameworks-benchmark/blob/more...
With a layout: https://github.com/DAddYE/web-frameworks-benchmark/blob/more...
Not a very very complex use case but a bit more than a `hello world` app.
I love Rails, Im using i.e. ActiveRecord in 90% of my projects. Beside that I ported 162 apps over Padrino not because I've free time to spend but because I need decent performances (without kongfu with mem/redis caching) with less memory usage.
Try to browse rails (minus ActiveRecord) source code and padrino source code to understand what I mean.