中文
相关论文

相关论文: A Random Structure for Optimum Cache Size Distribu…

200 篇论文

In this paper, storage efficient caching based on time domain buffer sharing is considered. The caching policy allows a user to determine whether and how long it should cache a content item according to the prediction of its random request…

信息论 · 计算机科学 2018-04-10 Wei Chen , H. Vincent Poor

Over the Internet today, computing and communications environments are significantly more complex and chaotic than classical distributed systems, lacking any centralized organization or hierarchical control. There has been much interest in…

分布式、并行与集群计算 · 计算机科学 2011-06-28 Ciprian Dobre , Florin Pop , Valentin Cristea

Distributed hash table (DHT) is the foundation of many widely used storage systems, for its prominent features of high scalability and load balancing. Recently, DHT-based systems have been deployed for the Internet-of-Things (IoT)…

分布式、并行与集群计算 · 计算机科学 2021-01-01 Yuqing Zhu

The Chord distributed hash table (DHT) is well-known and often used to implement peer-to-peer systems. Chord peers find other peers, and access their data, through a ring-shaped pointer structure in a large identifier space. Despite claims…

分布式、并行与集群计算 · 计算机科学 2019-07-26 Pamela Zave

We present \textsc{P2PTFHH} (Peer--to--Peer Time--Faded Heavy Hitters) which, to the best of our knowledge, is the first distributed algorithm for mining time--faded heavy hitters on unstructured P2P networks. \textsc{P2PTFHH} is based on…

分布式、并行与集群计算 · 计算机科学 2018-12-05 Marco Pulimeno , Italo Epicoco , Massimo Cafaro

With the rapid explosion of data volume from mobile networks, edge caching has received significant attentions as an efficient approach to boost content delivery efficiency by bringing contents near users. In this article, cache-enabled…

信息论 · 计算机科学 2020-08-13 Congshan Fan , Tiankui Zhang , Yuanwei Liu , Zhiming Zeng

We study robust and efficient distributed algorithms for building and maintaining distributed data structures in dynamic Peer-to-Peer (P2P) networks. P2P networks are characterized by a high level of dynamicity with abrupt heavy node…

分布式、并行与集群计算 · 计算机科学 2025-08-26 John Augustine , Antonio Cruciani , Iqra Altaf Gillani

This paper considers heterogeneous coded caching where the users have unequal distortion requirements. The server is connected to the users via an error-free multicast link and designs the users' cache sizes subject to a total memory…

信息论 · 计算机科学 2018-02-28 Abdelrahman M. Ibrahim , Ahmed A. Zewail , Aylin Yener

In this paper, we aim to minimize the average file transmission delay via bandwidth allocation and cache placement in two-tier heterogeneous networks with limited storage capacity, which consists of cache capacity and buffer capacity. For…

信息论 · 计算机科学 2019-07-19 Zhaohui Yang , Cunhua Pan , Yijin Pan , Yongpeng Wu , Wei Xu , Mohammad Shikh-Bahaei , Ming Chen

Distributed Hash Tables offer a resilient lookup service for unstable distributed environments. Resilient data storage, however, requires additional data replication and maintenance algorithms. These algorithms can have an impact on both…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Matthew Leslie

As applications continue to generate multi-dimensional data at exponentially increasing rates, fast analytics to extract meaningful results is becoming extremely important. The database community has developed array databases that alleviate…

数据库 · 计算机科学 2018-03-19 Weijie Zhao , Florin Rusu , Bin Dong , Kesheng Wu , Anna Y. Q. Ho , Peter Nugent

Given some of the recent advances in Distributed Hash Table (DHT) based Peer-To-Peer (P2P) systems we ask the following questions: Are there applications where unstructured queries are still necessary (i.e., the underlying queries do not…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Wolfgang Mueller , P. Oscar Boykin , Nima Sarshar , Vwani P. Roychowdhury

This paper presents DLHT, a concurrent in-memory hashtable. Despite efforts to optimize hashtables, that go as far as sacrificing core functionality, state-of-the-art designs still incur multiple memory accesses per request and block…

数据库 · 计算机科学 2024-06-17 Antonios Katsarakis , Vasilis Gavrielatos , Nikos Ntarmos

The problem of fast items retrieval from a fixed collection is often encountered in most computer science areas, from operating system components to databases and user interfaces. We present an approach based on hash tables that focuses on…

神经与进化计算 · 计算机科学 2020-07-17 Dan Domnita , Ciprian Oprisa

We present a binary routing tree protocol for distributed hash table overlays. Using this protocol each peer can independently route messages to its parent and two descendants on the fly without any maintenance, global context, and…

分布式、并行与集群计算 · 计算机科学 2013-01-15 Ran Wolff

This paper presents an efficient wait-free resizable hash table. To achieve high throughput at large core counts, our algorithm is specifically designed to retain the natural parallelism of concurrent hashing, while providing wait-free…

分布式、并行与集群计算 · 计算机科学 2022-04-21 Panagiota Fatourou , Nikolaos D. Kallimanis , Thomas Ropars

Motivated by the need for robust and fast distributed computation in highly dynamic Peer-to-Peer (P2P) networks, we study algorithms for the fundamental distributed agreement problem. P2P networks are highly dynamic networks that experience…

数据结构与算法 · 计算机科学 2015-03-19 John Augustine , Gopal Pandurangan , Peter Robinson , Eli Upfal

While a lot of research in distributed computing has covered solutions for self-stabilizing computing and topologies, there is far less work on self-stabilization for distributed data structures. Considering crashing peers in peer-to-peer…

分布式、并行与集群计算 · 计算机科学 2018-10-10 Till Knollmann , Christian Scheideler

Consistent hashing is a technique that can minimize key remapping when the number of hash buckets changes. The paper proposes a fast consistent hash algorithm (called power consistent hash) that has $O(1)$ expected time for key lookup,…

数据结构与算法 · 计算机科学 2023-12-29 Eric Leu

Nearest neighbors search is a fundamental problem in various research fields like machine learning, data mining and pattern recognition. Recently, hashing-based approaches, e.g., Locality Sensitive Hashing (LSH), are proved to be effective…

信息检索 · 计算机科学 2012-05-15 Yue Lin , Deng Cai , Cheng Li