Revision 320f5ce36e87607dd31b92b57e03b3136e6cb056 authored by Thomas Haller on 06 February 2024, 08:03:39 UTC, committed by Thomas Haller on 28 March 2024, 07:02:44 UTC
GData is a thread safe container. For that reason, it probably is anyway
not suitable to add 4 billion entries. That is even with the new index,
where we now scale with O(1).

Still, the code should not just break down at half of what we
theoretically could add.

Handle overflow and huge sizes correctly.
1 parent dc23239
History
File Mode Size
gvdb @ 0854af0
gi-docgen.wrap -rw-r--r-- 104 bytes
gtk-doc.wrap -rw-r--r-- 100 bytes
gvdb.wrap -rw-r--r-- 163 bytes
libffi.wrap -rw-r--r-- 147 bytes
pcre2.wrap -rw-r--r-- 585 bytes
proxy-libintl.wrap -rw-r--r-- 136 bytes
sysprof.wrap -rw-r--r-- 134 bytes
zlib.wrap -rw-r--r-- 424 bytes

back to top