ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Small Memory Software Patterns for Systems with Limited Memory
Author:
James Noble&Charles Weir
ISBN:
0 201 59607 5
Publisher:
Addison-Wesley
Pages:
332pp
Price:
£29.95
Reviewer:
Francis Glassborow
Subject:
patterns; optimization
Appeared in:
13-2
When I picked up this book I was feeling pretty depressed having just waded through three very disappointing books. The title stood out and I thought 'Not another of these books catching the trend.' I noticed neither the publisher nor the authors' names. Had I noticed the latter I would probably felt that I should have passed the book on because I have a high opinion of Charles Weir - I will risk reviewing the work of real friends because they will forgive me if I rip their work to shreds, but acquaintances are rather different.

I need not have worried; this book is a model of what books of this kind should be. The authors have taken their experience of writing for small memory machines and extracted a couple of dozen patterns. I am left wondering how a pair of authors located on opposite sides of the World (Charles Weir is UK based and James Noble works in New Zealand) get to collaborate on a book such as this one; modern communications and travel have a positive side for which we should be grateful.

The book deals with the problems of programming in a memory constrained environment. Memory is taken in the wide sense to cover everything from cache to backing store but that is it. They do not confine themselves to systems with a handful of bytes of RAM, some of their patterns would hardly apply in such circumstances; I cannot imagine applying garbage collection to the software for the embedded controller of a washing machine.

This book is a model of what books on optimisation should be about; a detailed study of the general principles that have proved beneficial over a period of time.

The book is divided into five principle sections with an Introduction and an Appendix (A Discussion of Forces). The main sections are Small Architecture, Secondary Storage, Compression, Small Data Structures and Memory Allocation.

Any programmer working on software that is constrained by memory resources should study this book carefully and make himself/herself familiar with the contents. Like reading many books on Patterns, your first reaction maybe that you already knew most of it. But did you, did you really or is it that once someone else categorises them they seem obvious?

Do you need me to tell you that I thoroughly recommend this book? I am very glad that I got to review it myself.