Files
python/exercises/practice/reverse-string/.articles/performance/snippet.md
BethanyG 93744302aa [Reverse String]: Add Approaches, Performance, and Unicode Articles (#3609)
* Added approaches and articles for reverse-string.

* Added code snippets for each approach.

* remaned files to silence configlet.

* renamed article snippets to .md to satisfy configlet.

* Apply suggestions from code review

Therefor != Therefore.  TIL.
Added missing link, so should no longer be broken.

* Added more on the downfalls and gotchas of unicode.

* Wrapping this up for now.

* Deleted the Unicode directory for now.
2025-02-14 18:32:13 -08:00

383 B

| | 5 | 142000 | | reverse slice | 1.71e-07 | 1.18e-04 | | list reverse | 3.29e-07 | 1.91e-03 | | reversed builtin | 3.68e-07 | 2.36e-03 | | iterate & prepend | 4.18e-07 | 4.61e-01 | | list swap | 6.43e-07 | 1.02e-02 | | iterate with range | 9.19e-07 | 1.07e-02 | | map and join | 9.56e-07 | 1.70e-02 |