General

Profile

maciej.mensfeld (Maciej Mensfeld)

  • Login: maciej.mensfeld
  • Email: maciej@mensfeld.pl
  • Registered on: 10/19/2015
  • Last sign in: 09/29/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 7 8

Activity

10/16/2023

10:15 AM Ruby master Feature #19744: Namespace on read
byroot (Jean Boussier) wrote in #note-34:
> > Bundler and RubyGems (RG&B) should be considered in deciding on the ac...
maciej.mensfeld (Maciej Mensfeld)
08:50 AM Ruby master Feature #19744: Namespace on read
Here are a few more thoughts from me that may have an impact on this, and I hope David will speak up as well:
Bund...
maciej.mensfeld (Maciej Mensfeld)

10/15/2023

02:16 PM Ruby master Feature #19744: Namespace on read
If I may.
### `::` scope
Similar to Jeremy, my gems heavily use the top-level reference. Like others, I also ha...
maciej.mensfeld (Maciej Mensfeld)

09/29/2023

06:41 PM Ruby master Bug #19288: Ractor JSON parsing significantly slower than linear parsing
I want to revisit our discussion about leveraging Ruby Ractors for parallel JSON parsing. It appears there hasn't bee... maciej.mensfeld (Maciej Mensfeld)

03/21/2023

09:48 AM Ruby master Bug #19288: Ractor JSON parsing significantly slower than linear parsing
> And then of course there is the issue that Ractor is incompatible with most gems/code out there.
While JSON loadin...
maciej.mensfeld (Maciej Mensfeld)

01/24/2023

09:09 PM Ruby master Bug #19288: Ractor JSON parsing significantly slower than linear parsing
> I think the implementation issues are solvable but the bigger picture issue of adoption is of course up in the air.... maciej.mensfeld (Maciej Mensfeld)
11:35 AM Ruby master Bug #19288: Ractor JSON parsing significantly slower than linear parsing
> Note that Ractor is far from production-ready.
I am well aware. I just provide a justification and since my case...
maciej.mensfeld (Maciej Mensfeld)

01/23/2023

10:15 AM Ruby master Bug #19288: Ractor JSON parsing significantly slower than linear parsing
I find this issue important and if mitigated, it would allow me to release production-grade functionalities that woul... maciej.mensfeld (Maciej Mensfeld)

12/30/2022

10:39 AM Ruby master Bug #19288 (Open): Ractor JSON parsing significantly slower than linear parsing
a simple benchmark:
```ruby
require 'json'
require 'benchmark'
CONCURRENT = 5
RACTORS = true
ELEMENTS = 100...
maciej.mensfeld (Maciej Mensfeld)

09/22/2021

08:19 PM Ruby master Feature #18035: Introduce general model/semantic for immutability.
> Should the definition of immutability include making a deep copy of non-immutable objects?
Deep copy or frozen a...
maciej.mensfeld (Maciej Mensfeld)

Also available in: Atom