capybara
capybara copied to clipboard
Prefer symbol keys.
Using symbol keys reduces memory usage and improves performance slightly.
Thanks this is definitely in when we get to 4.0 - prior to that I need to think about whether I consider this a breaking change
Great.
@ioquatix Can you share some stats when use symbol over string reduces memory usage
can you add more two the regester
@twalpole also note that Thread.current[...]
is fiber local, not thread local, if that is what you are expecting.