Re: [PECL-DEV] New extension: chdb
[email protected] (Lorenzo Castelli) Sat, 5 Jun 2010 18:21:24 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <1275754884.4084.45.camel@lorenzo-desktop> |
On Sat, 2010-06-05 at 17:09 +0200, Dinh wrote:
> $data = fetchArray('constants.ini');
> chdb_create('data.chdb', $data);
>
>
> is just similar. fetchArray() can be implemented in pure PHP, without
> the need of a C extension.
>
>
> chdb APIs make me think that it supports more things than what hidef
> is designed to do?
>
>
> Is it correct?
No, I'd rather say that it supports the same operations of hidef (or
actually a subset of the FrozenArray interface), but with a different
design and implementation.
Lorenzo Castelli