rust icon indicating copy to clipboard operation
rust copied to clipboard

Add a fourth approach to the rust version of the Bob problem

Open ArturAssisComp opened this issue 10 months ago • 10 comments

The fourth approach added to the benchmark is the finite state machine approach. It is faster because it loops through the message chars only once.

ArturAssisComp avatar Mar 09 '25 20:03 ArturAssisComp