data structures

Hyperpolyglot.org: Syntax for Common Tasks - Side-by-side (Ruby,...

PHPDeveloper.org  Mon, 08/15/2011 - 09:12

On Hyperpolyglot.org there's an interesting listing of scripting language syntax - PHP, Python, Ruby and Perl - showing some of their common syntax and data structures side by side.

Sections of the reference sheet include


 

Wrapping a Program Around the Core Data Structure

Linux Today  Wed, 11/10/2010 - 01:03

Systhread: "Rule 5. Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident.

Data structures, not algorithms, are central to programming"


 

Fabien Potencier's Blog: The state of YAML in PHP

PHPDeveloper.org  Mon, 12/21/2009 - 09:25

In this new article on his blog Fabien Potencier looks at the current state of the YAML markup language and how well it's supported in the world of PHP.


 

Redis: Lightweight key/value Store That Goes the Extra Mile

Linux Today  Wed, 09/02/2009 - 09:33

Linux Magazine: "Calling redis a key/value store doesn’t quite due it justice. It’s better thought of as a “data structures” server that supports several native data types and operations on them."


 

Linux kernel design patterns - part 3

Linux Today  Fri, 07/10/2009 - 06:04

LWN.net: "In this final article we will be looking at just one design pattern. We started with the fine details of reference counting, zoomed out to look at whole data structures, and now move to the even larger perspective of designing subsystems."


 

Linux kernel design patterns - part 2

Linux Today  Tue, 06/30/2009 - 07:32

LWN.net: "This week we will look at a very different aspect of coding and see why the kernel has special needs, and how those needs have been addressed by successful approaches.

The topic under the microscope today is complex data structures."