royaltm (Rafał Michalski)
- Login: royaltm
- Registered on: 12/25/2010
- Last sign in: 03/23/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 2 | 3 |
Activity
03/24/2014
- 07:08 PM Ruby master Bug #9664: cannot resume transferred Fiber even if it should resume
- More straightforward example and a convenient way to detect the bug:
~~~
begin
Fiber.new { Fiber.yield Fiber.c...
03/23/2014
- 06:06 AM Ruby master Bug #9664 (Rejected): cannot resume transferred Fiber even if it should resume
- The simplified case:
~~~
root = Fiber.current
f = Fiber.new {
puts 'transfer'
root.transfer
puts 'yield...
08/14/2012
- 02:58 AM Ruby master Feature #6857: bigdecimal/math BigMath.E/BigMath.exp R. P. Feynman inspired optimization
- Having fast exp() allows us to speed up BigMath.log(). Especially for calculations with large precision.
The area ...
08/11/2012
- 11:48 PM Ruby master Feature #6857: bigdecimal/math BigMath.E/BigMath.exp R. P. Feynman inspired optimization
- * algorithms ;)
- 11:46 PM Ruby master Feature #6857 (Assigned): bigdecimal/math BigMath.E/BigMath.exp R. P. Feynman inspired optimization
- The algorythms to calculate E and exp programmed in BigMath module are the very straightforward interpretation of the...
12/25/2010
- 09:45 PM Ruby master Bug #4203 (Closed): broken RegCreateKeyExA definition in registry.rb
- =begin
in ext/dl/win32/lib/win32/registry.rb:
definition of advapi32.dll function: RegCreateKeyExA is broken (m...
Also available in: Atom