<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-13T06:47:03Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/395334" metadataPrefix="qdc">https://recercat.cat/oai/request</request><GetRecord><record><header><identifier>oai:recercat.cat:2117/395334</identifier><datestamp>2025-07-22T23:27:11Z</datestamp><setSpec>com_2072_1033</setSpec><setSpec>col_2072_452951</setSpec></header><metadata><qdc:qualifieddc xmlns:qdc="http://dspace.org/qualifieddc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.lyncode.com/xoai" xsi:schemaLocation="http://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd http://dspace.org/qualifieddc/ http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/qualifieddc.xsd">
   <dc:title>An empirical study of Python hash tables</dc:title>
   <dc:creator>Estevao Bazilio, Lucas</dc:creator>
   <dc:subject>Àrees temàtiques de la UPC::Informàtica::Programació</dc:subject>
   <dc:subject>Python (Computer program language)</dc:subject>
   <dc:subject>Python</dc:subject>
   <dc:subject>hash table performance</dc:subject>
   <dc:subject>internal factors</dc:subject>
   <dc:subject>collision resolution</dc:subject>
   <dc:subject>table resizing</dc:subject>
   <dc:subject>linear probing</dc:subject>
   <dc:subject>random probing</dc:subject>
   <dc:subject>load factor management</dc:subject>
   <dc:subject>optimization</dc:subject>
   <dc:subject>efficiency</dc:subject>
   <dc:subject>experimental evaluation</dc:subject>
   <dc:subject>Python (Llenguatge de programació)</dc:subject>
   <dcterms:abstract>This research thesis explores the performance aspects of hash tables in Python, with a specific emphasis on Python sets, examining the internal factors that influence their efficiency. Hash tables are fundamental data structures used extensively in various applications, and their performance plays a crucial role in the overall performance of the systems utilizing them. By investigating the internal factors, such as collision resolution strategies, load factor management, and table resizing techniques, this study aims to identify key optimizations to enhance hash table performance. The research involves experimental evaluations, performance measurements, and comparative analysis to validate the proposed optimizations. The findings contribute to a better understanding of hash table performance in Python and provide guidelines for achieving optimal performance.</dcterms:abstract>
   <dcterms:issued>2023-06-27</dcterms:issued>
   <dc:type>Bachelor thesis</dc:type>
   <dc:rights>Open Access</dc:rights>
   <dc:publisher>Universitat Politècnica de Catalunya</dc:publisher>
</qdc:qualifieddc></metadata></record></GetRecord></OAI-PMH>