<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/oai-pmh.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-09-22T07:36:41Z</responseDate>
  <request identifier="oai:www.ideals.illinois.edu:2142/129945" metadataPrefix="etdms" verb="GetRecord">https://www.ideals.illinois.edu/oai-pmh</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:www.ideals.illinois.edu:2142/129945</identifier>
        <datestamp>2025-10-25</datestamp>
        <setSpec>col_2142_5131</setSpec>
        <setSpec>col_2142_10761</setSpec>
        <setSpec>com_2142_5130</setSpec>
        <setSpec>com_2142_10755</setSpec>
        <setSpec>com_2142_234</setSpec>
      </header>
      <metadata>
        <thesis xmlns="http://www.ndltd.org/standards/metadata/etdms/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdms11.xsd http://purl.org/dc/elements/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdmsdc.xsd">
          <dc:format>application/pdf</dc:format>
          <dc:language>en</dc:language>
          <dc:type>text</dc:type>
          <dc:description>Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2025-10-20 without embargo terms</dc:description>
          <dc:description>The student, Arthur Huang, accepted the attached license on 2025-07-15 at 17:44.</dc:description>
          <dc:description>The student, Arthur Huang, submitted this Thesis for approval on 2025-07-15 at 18:03.</dc:description>
          <dc:description>This Thesis was approved for publication on 2025-07-18 at 14:13.</dc:description>
          <dc:description>DSpace SAF Submission Ingestion Package generated from Vireo submission #22590 on 2025-10-20 at 20:15:18</dc:description>
          <dc:title>MojoFrame: dataframe library in Mojo language</dc:title>
          <dc:creator>Huang, Arthur</dc:creator>
          <dc:date>2025-07-18</dc:date>
          <dc:contributor>Park, Yongjoo</dc:contributor>
          <dc:subject>Mlir</dc:subject>
          <dc:subject>Jit Compilation</dc:subject>
          <dc:subject>Systems For Data Science</dc:subject>
          <dc:subject>Systems For Machine Learning</dc:subject>
          <dc:subject>Dataframe</dc:subject>
          <dc:subject>Database Management Systems</dc:subject>
          <dc:language>eng</dc:language>
          <dc:description>Mojo is an emerging programming language built on MLIR (Multi-Level Intermediate Representation) and JIT compilation. It enables transparent optimizations with respect to the underlying hardware (e.g., CPUs, GPUs), while allowing users to express their logic using Python-like user-friendly syntax. Mojo has been shown to offer great performance in tensor operations; however, its performance has not been tested for relational operations (e.g., filtering, join, and group-by), which are common in data science workflows. To date, no dataframe implementation exists in the Mojo ecosystem. In this work, we introduce the first Mojo-native dataframe library, called MojoFrame, that supports core relational operations and user-defined functions (UDFs). MojoFrame is built on top of Mojo’s tensor to achieve fast operations on numeric columns, while utilizing a cardinality-aware approach to effectively integrate non-numeric columns for flexible data representation. To achieve high efficiency, MojoFrame takes significantly different approaches than existing libraries. MojoFrame supports all operations for TPC-H queries, and achieves up to 2.97× speedup versus existing dataframe libraries in other programming languages. Nevertheless, there remain optimization opportunities for MojoFrame (and the Mojo language), particularly in data loading and dictionary operations.</dc:description>
          <dc:date>2025-08</dc:date>
          <dc:type>Text</dc:type>
          <dc:identifier>https://hdl.handle.net/2142/129945</dc:identifier>
          <dc:rights>Copyright 2025 Arthur Huang</dc:rights>
          <degree>
            <department>Siebel School Comp &amp; Data Sci</department>
            <discipline>Computer Science</discipline>
            <grantor>University of Illinois Urbana-Champaign</grantor>
            <name>M.S.</name>
            <level>Thesis</level>
          </degree>
        </thesis>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
