Skip to content
Snippets Groups Projects
Commit 4fa006eb authored by Mehdi NAIMA's avatar Mehdi NAIMA
Browse files

main pyhon

parent a00b0f11
No related branches found
No related tags found
No related merge requests found
Pipeline #939 failed with stage
in 5 seconds
......@@ -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