Re: String indexing again
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: String indexing again
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2010年12月20日 19:08:49 -0200
> Also maybe worth considering: Should files allow numeric indexing,
> treating them as giant on-disk byte arrays?
That'd be perfect for mmap'ed files but I guess not very efficient for
ordinary ones.