∫ntegrabℓε ∂ifferentiαℓs
  • Collections
    Papers Books Tagged posts
  • About

∫ntegrabℓε ∂ifferentiαℓs


unorganised notes, code, and writings of random topics

Greenberg et al (2005) A Clean Slate 4D Approach to Network Control and Management (CCR)

September 29, 2010 paper

This paper sets the research agenda for 4D project — Decision, Dissemination, Discovery, and Data. [more]

Zaharia et al (2010) Spark: Cluster Computing with Working Sets (HotCloud)

September 21, 2010 paper

This paper proposed a new programming model extended from MapReduce. The key feature is the resilient distributed dataset (RDD). RDD is an object in the cluster that can be cached. By having a cache, the author claims a 10x speedup in some use cases (e.g. Logistic Regression) compared to MapReduce,... [more]

Isard (2007) Dryad: Distributed Data-Parallel Programs from Sequential Building Blocks(EuroSys)

September 21, 2010 paper

Dryad is an attempt to make parallel programming easier by providing a lower-layer building blocks. It works as a “OS” layer over a “hardware” layer of computation cluster. The application can therefore built upon it. [more]

Chen et al (2010) Generic and Automatic Address Configuration for Data Center Networks (SIGCOMM)

September 20, 2010 paper

In a data center of a large number of nodes, a large number of address configuration is needed. In order to avoid manual configuration of these addresses, this paper investigates how can we derive the correct MAC-to-IP address mapping. [more]

The Elements of Programming Style

Brian W. Kernighan and P. J. Plauger / 1974

September 11, 2010 book

As said in the preface, this book is mimicking Stunk and White. And also align with Stunk and White, what this book advocates is to make your program as short as possible, so that it can be clear. [more]
‹
›

Adrian S. Tam  •  © 2025  •  CC-BY-SA 4.0 •  http://www.adrian.idv.hk

On a heavily modified beautiful-jekyll theme.