|
|
|
|
|
by pg_bot
3687 days ago
|
|
I would be interested to see how Ruby's Set class performs in the Zesty example. If that is actually a bottleneck in the application, I would rather reach for something that is in the Standard Library instead of going fully native. |
|
Conceptually, a Set will do much better even with this sort of optimization.