Re: error building Fox-1.7.90 on windows
Roland Hughes via Foxgui-users <[email protected]> Thu, 18 Jun 2026 08:05:37 -0500
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Organization | Logikal Solutions |
| Message-ID | <[email protected]> |
That is __exactly__ the type of thing that should NOT be a data structure. It should be tables in a relational database. SQLite isn't difficult to use. It will even let you create in-memory databases if you simply can't wean yourself from doing everything in RAM. You can easily copy data between tables. Then again, much of your copying is most likely "passing" this data structure around. Pass a unique key instead. Every function/module can get their own cursor. If you use SQLite (or some other database library) you could probably still be 32-bit. On 6/18/2026 7:38 AM, John Selverian wrote: > I have a very large data structure. When the program is running > it uses about 700 MB of RAM. -- Roland Hughes, President Logikal Solutions (630)-205-1593 (cell) https://theminimumyouneedtoknow.com https://infiniteexposure.net https://johnsmith-book.com