chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Declare large expressions as read-only and not gc-ab


From: John Cowan
Subject: Re: [Chicken-users] Declare large expressions as read-only and not gc-able?
Date: Mon, 6 Jan 2014 17:33:13 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

Sven Hartrumpf scripsit:

> It's a letter tree for a fullform lexicon of a natural language
> (more than 1 million entries).
> Access times are short, hence I abstained from switching to a key-value
> store on disk.

I would design a C layout for such a structure and write C code that
creates it in global memory (not the malloc'd heap), and then compile
that directly with gcc.

-- 
Real FORTRAN programmers can program FORTRAN    John Cowan
in any language.  --Ed Post                     address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]