dsisnero (Dominic Sisneros)
- Login: dsisnero
- Email: dsisnero@gmail.com
- Registered on: 08/27/2008
- Last connection: 01/05/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 5 | 1 | 6 |
Activity
01/06/2021
-
04:22 PM Ruby master Feature #17323: Ractor::LVar to provide ractor-local storage
- LVAR is not used much but it is used. http://lambda-the-ultimate.org/node/4823, http://composition.al/blog/2013/09/22...
-
03:09 PM Ruby master Feature #17323: Ractor::LVar to provide ractor-local storage
- I don't like the name because it shadows - implies MVAR, TVAR which are known in the functional programming world.
-
03:17 PM Ruby master Feature #12607: Ruby needs an atomic integer
- I agree this should be added to core because of ractor and #17433.
-
03:14 PM Ruby master Feature #14706: Atomic Integer incr/decr
- Feature #12607 -
01/05/2021
-
08:18 PM Ruby master Feature #14706: Atomic Integer incr/decr
- should we revisit this now that we have ractor and Feature #17433
11/13/2020
-
08:38 PM Ruby master Feature #17315: Hash #transform
- to_h works for me even though it is unintuitive a name for monadic mapping a hash. I wish we had a common name funct...
11/10/2020
-
07:41 PM Ruby master Feature #17315 (Open): Hash #transform
- Add new methods to `transform` or `transform!` both the keys and the values of a hash.
#7793
```ruby
h = {'name...
06/17/2020
-
04:45 PM Ruby master Feature #12901: Anonymous functions without scope lookup overhead
- I want to be able to easily make a proc like object that is not a closure. I want to avoid capturing overhead - hen...
06/13/2020
-
01:31 AM Ruby master Feature #6602: Tail call optimization: enable by default?
- I think it is not used because it is not optimized. If it was optimized, people would use it.
-
01:27 AM Ruby master Feature #12543: explicit tail call syntax: foo() then return
- +1 for tail call optimization - either explicit or automatic
Also available in: Atom