Skip to content
Snippets Groups Projects
Commit 83e75724 authored by david's avatar david
Browse files

ajout iterations python

parent 4d0770fb
No related tags found
No related merge requests found
Pipeline #6540 failed
......@@ -21,7 +21,7 @@ __list_entry_size__ = 8
wasted_memory = sys.getsizeof(a)-__list_header_size__
for i in range(100):
for i in range(1000000):
previous_size = sys.getsizeof(a)
before = time.time()
a.append(i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment