AF: SMALL: Fundamental Data Structures

AF:小:基本数据结构

基本信息

  • 批准号:
    1319648
  • 负责人:
  • 金额:
    $ 51.59万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Standard Grant
  • 财政年份:
    2013
  • 资助国家:
    美国
  • 起止时间:
    2013-09-01 至 2018-08-31
  • 项目状态:
    已结题

项目摘要

The need to efficiently store and access data is central to modern computing. Speeding up the actual performance of fundamental problems is not limited to better experience for users; it is also about using computer resources more efficiently. Faster algorithms and data structures mean less energy consumption, and less physical computing resources needed. This project will investigate the discovery of provably best data structures for several fundamental problems. The dictionary, priority queue and packed memory array are three abstract data structures considered in this project. The dictionary supports the efficient insertion, deletion, and search of ordered data. The priority queue supports insertion and the removal of the minimum element. The packed-memory array keeps ordered data in sorted order in a limited amount of space.For binary search trees (BSTs), this research will make substantial progress on many fundamental problems that include finding a dynamically optimal search tree, proving better explicit upper and lower bounds on BSTs, inventing methods to combine BSTs, and transforming amortized BSTs into ones with good worst-case runtimes. In the case of heaps, the project will analyze performance bounds for decrease-key operations in natural models, search for a geometric view of heaps, investigate dynamic optimality, and improve the analysis of pairing heaps. Cache-oblivious heaps with close to optimal decrease-key operations, and efficient packed memory array (PMA) structure are two fundamental building blocks of many cache-oblivious algorithms. This project will develop PMAs that perform well on sequences with certain types of order, and construct a randomized structure whose runtime beats the lower bound for deterministic structures. The project will also examine the role of in-degree in pointer-model persistence and develop general transformations for cache-oblivious persistence. Data structures are foundational for algorithms. Improving fundamental data structures will have profound broader impact on computing practice. Advances in data structures are accessible to undergraduates and the PI will engage under-represented students in this research.
高效存储和访问数据的需求是现代计算的核心。 加快基本问题的实际性能不仅限于为用户提供更好的体验;它还涉及更有效地使用计算机资源。更快的算法和数据结构意味着更少的能耗,以及所需的更少的物理计算资源。这个项目将调查发现可证明的最佳数据结构的几个基本问题。 字典、优先队列和压缩存储器阵列是本项目中考虑的三种抽象数据结构。 字典支持有序数据的有效插入、删除和搜索。优先级队列支持插入和删除最小元素。对于二叉搜索树,本文的研究将在寻找动态最优搜索树、证明二叉搜索树的上下界、发明联合收割机组合二叉搜索树的方法以及将分摊的二叉搜索树转化为最坏情况下的二叉搜索树等基础问题上取得实质性进展.在堆的情况下,该项目将分析自然模型中减键操作的性能界限,搜索堆的几何视图,研究动态最优性,并改进配对堆的分析。具有接近最优减键操作的高速缓存无关堆和高效的封装存储器阵列(PMA)结构是许多高速缓存无关算法的两个基本构建块。这个项目将开发在具有特定类型的顺序的序列上表现良好的PMA,并构建一个随机结构,其运行时间超过确定性结构的下限。该项目还将研究入度在指针模型持久性中的作用,并为缓存无关持久性开发通用转换。 数据结构是算法的基础。 改进基础数据结构将对计算实践产生深远而广泛的影响。数据结构的进步是本科生可以访问的,PI将在这项研究中吸引代表性不足的学生。

项目成果

期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

John Iacono其他文献

A priority queue with the time-finger property
  • DOI:
    10.1016/j.jda.2012.04.014
  • 发表时间:
    2012-10-01
  • 期刊:
  • 影响因子:
  • 作者:
    Amr Elmasry;Arash Farzan;John Iacono
  • 通讯作者:
    John Iacono
物理的バケットソート
物理桶排序
  • DOI:
  • 发表时间:
    2016
  • 期刊:
  • 影响因子:
    0
  • 作者:
    John Iacono;伊藤大雄;*長尾篤樹;西野順二;David Rappaport
  • 通讯作者:
    David Rappaport
On the hierarchy of distribution-sensitive properties for data structures
  • DOI:
    10.1007/s00236-013-0180-8
  • 发表时间:
    2013-05-31
  • 期刊:
  • 影响因子:
    0.500
  • 作者:
    Amr Elmasry;Arash Farzan;John Iacono
  • 通讯作者:
    John Iacono
Multilayer tiles
多层瓷砖
  • DOI:
  • 发表时间:
    2021
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Kota Chida;Erik Demaine;Martin Demaine;David Eppstein;Adam Hesterberg;Takashi Horiyama;John Iacono;Hiro Ito;Stefan Langerman;and Ryuhei Uehara
  • 通讯作者:
    and Ryuhei Uehara
Asymptotically Optimal Encodings of Range Data Structures for Selection and Top-k Queries
用于选择和 Top-k 查询的范围数据结构的渐近最优编码
  • DOI:
    10.1145/3012939
  • 发表时间:
    2017
  • 期刊:
  • 影响因子:
    0
  • 作者:
    R. Grossi;John Iacono;G. Navarro;R. Raman;S. R. Satti
  • 通讯作者:
    S. R. Satti

John Iacono的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('John Iacono', 18)}}的其他基金

AF: Small: Understanding Fudnamental Data Structures
AF:小:理解基本数据结构
  • 批准号:
    1018370
  • 财政年份:
    2010
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
US-Belgium Cooperative Research: Retroactive Data Structures
美国-比利时合作研究:追溯数据结构
  • 批准号:
    0334653
  • 财政年份:
    2004
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
Understanding Binary Search Trees
理解二叉搜索树
  • 批准号:
    0430849
  • 财政年份:
    2004
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant

相似国自然基金

昼夜节律性small RNA在血斑形成时间推断中的法医学应用研究
  • 批准号:
  • 批准年份:
    2024
  • 资助金额:
    0.0 万元
  • 项目类别:
    省市级项目
tRNA-derived small RNA上调YBX1/CCL5通路参与硼替佐米诱导慢性疼痛的机制研究
  • 批准号:
    n/a
  • 批准年份:
    2022
  • 资助金额:
    10.0 万元
  • 项目类别:
    省市级项目
Small RNA调控I-F型CRISPR-Cas适应性免疫性的应答及分子机制
  • 批准号:
    32000033
  • 批准年份:
    2020
  • 资助金额:
    24.0 万元
  • 项目类别:
    青年科学基金项目
Small RNAs调控解淀粉芽胞杆菌FZB42生防功能的机制研究
  • 批准号:
    31972324
  • 批准年份:
    2019
  • 资助金额:
    58.0 万元
  • 项目类别:
    面上项目
变异链球菌small RNAs连接LuxS密度感应与生物膜形成的机制研究
  • 批准号:
    81900988
  • 批准年份:
    2019
  • 资助金额:
    21.0 万元
  • 项目类别:
    青年科学基金项目
肠道细菌关键small RNAs在克罗恩病发生发展中的功能和作用机制
  • 批准号:
    31870821
  • 批准年份:
    2018
  • 资助金额:
    56.0 万元
  • 项目类别:
    面上项目
基于small RNA 测序技术解析鸽分泌鸽乳的分子机制
  • 批准号:
    31802058
  • 批准年份:
    2018
  • 资助金额:
    26.0 万元
  • 项目类别:
    青年科学基金项目
Small RNA介导的DNA甲基化调控的水稻草矮病毒致病机制
  • 批准号:
    31772128
  • 批准年份:
    2017
  • 资助金额:
    60.0 万元
  • 项目类别:
    面上项目
基于small RNA-seq的针灸治疗桥本甲状腺炎的免疫调控机制研究
  • 批准号:
    81704176
  • 批准年份:
    2017
  • 资助金额:
    20.0 万元
  • 项目类别:
    青年科学基金项目
水稻OsSGS3与OsHEN1调控small RNAs合成及其对抗病性的调节
  • 批准号:
    91640114
  • 批准年份:
    2016
  • 资助金额:
    85.0 万元
  • 项目类别:
    重大研究计划

相似海外基金

AF: Small: Fundamental Questions in Communication and Computation Regarding Edit Type String Measures
AF:小:有关编辑类型字符串测量的通信和计算的基本问题
  • 批准号:
    2127575
  • 财政年份:
    2021
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental High-Dimensional Algorithms
AF:小:基本的高维算法
  • 批准号:
    2007443
  • 财政年份:
    2020
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Algorithms for Fundamental Optimization Problems in Computational Geometry
AF:小:计算几何中基本优化问题的算法
  • 批准号:
    1909171
  • 财政年份:
    2019
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental Problems in Geometric Data Structures
AF:小:几何数据结构中的基本问题
  • 批准号:
    1814026
  • 财政年份:
    2018
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental Connections in Randomness and Complexity
AF:小:随机性和复杂性的基本联系
  • 批准号:
    1526952
  • 财政年份:
    2015
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
CIF/AF: Small: Some fundamental complexity-inspired coding theory challenges
CIF/AF:小:一些由复杂性引发的基本编码理论挑战
  • 批准号:
    1422045
  • 财政年份:
    2014
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental High-Dimensional Algorithms based on Convex Geometry and Spectral Methods
AF:小:基于凸几何和谱方法的基本高维算法
  • 批准号:
    1217793
  • 财政年份:
    2012
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: New Approaches to Fundamental Problems in Network Design
AF:小:网络设计中基本问题的新方法
  • 批准号:
    1115849
  • 财政年份:
    2011
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental Geometry Processing
AF:小:基本几何处理
  • 批准号:
    0915661
  • 财政年份:
    2009
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
AF: Small: Fundamental Algorithms based on Convex Geometry and Spectral Methods
AF:小:基于凸几何和谱方法的基本算法
  • 批准号:
    0915903
  • 财政年份:
    2009
  • 资助金额:
    $ 51.59万
  • 项目类别:
    Standard Grant
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了