RosettaCodeData/Task/Longest-common-subsequence/Tcl/longest-common-subsequence-3.tcl
2023-07-01 13:44:08 -04:00

4 lines
166 B
Tcl

% time {d_lcs thisisatest testing123testing} 10
637.5 microseconds per iteration
% time {r_lcs thisisatest testing123testing} 10
1275566.8 microseconds per iteration