literal_strings_many_large_python
No overview available.
def literal_strings_many_large_python(
bench: &mut Bencher
) - > list
Generates a large volume of literal string data within a Python context, likely used for stress testing or memory benchmarking.
Returns
| Type | Description |
|---|---|
list | A list containing multiple large string literals generated during the function execution. |