scispace - formally typeset
R

Raphael A. Finkel

Researcher at University of Kentucky

Publications -  94
Citations -  7839

Raphael A. Finkel is an academic researcher from University of Kentucky. The author has contributed to research in topics: Distributed algorithm & Distributed operating system. The author has an hindex of 29, co-authored 92 publications receiving 7379 citations. Previous affiliations of Raphael A. Finkel include Stanford University & University of Wisconsin-Madison.

Papers
More filters
Journal ArticleDOI

An Algorithm for Finding Best Matches in Logarithmic Expected Time

TL;DR: An algorithm and data structure are presented for searching a file containing N records, each described by k real valued keys, for the m closest matches or nearest neighbors to a given query record.
Journal ArticleDOI

Quad trees a data structure for retrieval on composite keys

TL;DR: An optimized tree is defined and an algorithm to accomplish optimization in n log n time is presented, guaranteeing that Searching is guaranteed to be fast in optimized trees.
Journal ArticleDOI

Two algorithms for barrier synchronization

TL;DR: Two new algorithms for implementing barrier synchronization on a shared-memory multicomputer based on a method due to Brooks are described, which improve Brooks' algorithm by introducing double buffering and replaces Brook's communication pattern with an information dissemination algorithm described by Han and Finkel.
Journal ArticleDOI

DIB—a distributed implementation of backtracking

TL;DR: DIB as discussed by the authors is a general-purpose package that allows a wide range of applications such as recursive backtrack, branch and bound, and alpha-beta search to be implemented on a multicomputer.
Proceedings Article

Designing a process migration facility: the Charlotte experience

TL;DR: Charlotte as mentioned in this paper is a distributed operating system with a process migration facility, which separates policy from mechanism, and has been used for a variety of applications. But it is not suitable for large-scale systems.