You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me again. I have a strange performance issue on Ruby 1.9.3p194 with Rails 2.3.8. When I run a simple calculation of irb to limited set of cashflows on irb, it works fine.
But when i'm running ./script/console or in the app itself, .irr takes infinutum time and crashes the app server.
In the Rails app, I include the gem in the Gemfile and include the finance Module on the class.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@c-castillo I had no luck with using Flt::DecNum. I know this has been AWHILE, but I'm very curious if you've dealt with a similar performance issue and tried a different approach. thanks!
Me again. I have a strange performance issue on Ruby 1.9.3p194 with Rails 2.3.8. When I run a simple calculation of irb to limited set of cashflows on irb, it works fine.
But when i'm running ./script/console or in the app itself, .irr takes infinutum time and crashes the app server.
In the Rails app, I include the gem in the Gemfile and include the finance Module on the class.
Thanks in advance.
The text was updated successfully, but these errors were encountered: