Files
ubicloud/prog/base.rb
Jeremy Evans 5bc9ec4694 Speed up prog flow control
By far the most expensive part of exception raising is generating
the backtrace.  The non-local exit is relatively inexpensive.
When using exceptions for flow control, you should use an empty
backtrace to avoid generating a backtrace you are just going to
ignore.
2025-05-15 04:02:04 +09:00

6.2 KiB