Files
fdroidserver/fdroidserver
Hans-Christoph Steiner f871df502d metadata: minor optimization: call fieldtype() once per loop
I profiled this with timeit and a dict with 1000000000 items, and this is
the time difference:

with_equals:		0.8466835720173549
with_is:		0.8536969239939936
with_old:		1.4458542719949037

I also compared using `==` and `is`, and `==` was slightly faster.
2023-05-02 13:53:53 +02:00
..
2022-11-01 08:47:48 +01:00
2023-03-20 14:47:48 +01:00
2023-03-20 16:33:16 +01:00
2023-03-20 14:47:48 +01:00
2023-04-28 10:44:19 +02:00
2023-04-27 11:34:10 +02:00
2023-03-20 14:47:48 +01:00
2023-03-20 14:47:48 +01:00
2022-10-22 23:15:13 +02:00
2023-03-20 14:47:48 +01:00
2023-03-20 14:47:48 +01:00
2022-03-29 15:53:45 +02:00
2023-03-20 14:47:48 +01:00