Closed ezkangaroo closed 1 month ago
Did you mean 2-3 seconds or 20-30?
This is expected. You need to compile the rten
and rten-
prefixed dependencies with at least some optimizations enabled. The easiest way is to compile the whole project with --release
, but an alternative that won't affect your whole project is to enable optimizations for just those packages. See https://stackoverflow.com/a/60752451/434243.
Sweet - that makes sense; feel free to close this issue.
Rust version information:
Steps to replicate: