Skip to content

Commit

Permalink
Fix spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcastelli committed Jun 17, 2010
1 parent 48fe0d5 commit f083395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Expand Up @@ -15,7 +15,7 @@ functionalities:
- Extremely fast initial load, regardless of the size of the database. - Extremely fast initial load, regardless of the size of the database.
- Only the pages of the file which are actually used are loaded from the disk. - Only the pages of the file which are actually used are loaded from the disk.
- Once a page is loaded it is shared across multiple processes. - Once a page is loaded it is shared across multiple processes.
- Loaded pages are cached across multiple request and even process recycling. - Loaded pages are cached across multiple requests and even process recycling.
A typical use of CHDB is as a faster alternative to defining many PHP A typical use of CHDB is as a faster alternative to defining many PHP
constants. constants.
CHDB is internally implemented as a hash-table using a perfect hashing function, CHDB is internally implemented as a hash-table using a perfect hashing function,
Expand Down

0 comments on commit f083395

Please sign in to comment.