Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core Classes/Modules, Ruby 1.9.2, Ruby 1.9.3
-
Labels:None
-
Number of attachments :
Description
As per this bug, a new native implementation of some Date logic is being incorporated into C Ruby:
http://redmine.ruby-lang.org/issues/show/4257
If this lands in the next few months, it will be part of 1.9.3. We should move to implement a native version as well, to maintain at least performance parity.
I started working on it
track progress here => https://github.com/qmx/jruby/tree/native_date
suggestions are more than welcome