From 6a693e6f7e36863dcf9c8a67389959fe5742f9cd Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Thu, 27 Feb 2014 14:41:11 -0500 Subject: [PATCH] README: ANSI C -> C99 If you try to compile this with a pre-C99 compiler, or a newer compiler in C89 mode, it will choke on the C99 / C++ -style comments, among other things. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a561531..cd6f227 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ libart [![Build Status](https://travis-ci.org/armon/libart.png)](https://travis-ci.org/armon/libart) ========= -This library provides an ANSI C implementation of the Adaptive Radix +This library provides a C99 implementation of the Adaptive Radix Tree or ART. The ART operates similar to a traditional radix tree but avoids the wasted space of internal nodes by changing the node size. It makes use of 4 node sizes (4, 16, 48, 256), and can guarentee that