Re: How to work with one very large text table but not in memory

2021-04-06 Thread tsbockman via Digitalmars-d-learn
On Tuesday, 6 April 2021 at 19:55:03 UTC, Alain De Vos wrote: I have one very large text table I want to work with. But I don't want to keep de table in memory, what do I use ? Using an sql database is overkill in my setting. There are 10 colums but millions of rows. You might find memory mappe

Re: How to work with one very large text table but not in memory

2021-04-06 Thread Ali Çehreli via Digitalmars-d-learn
On 4/6/21 12:55 PM, Alain De Vos wrote: I have one very large text table I want to work with. But I don't want to keep de table in memory, what do I use ? Using an sql database is overkill in my setting. There are 10 colums but millions of rows. Jon Degenhardt of eBay uses D in similar ways wit

Gui toolkits alive and gui toolkits dead

2021-04-06 Thread Alain De Vos via Digitalmars-d-learn
Can we say tk ang gtk toolkits are alive. But wxwidgets , fox an fltk are dead ?

How to work with one very large text table but not in memory

2021-04-06 Thread Alain De Vos via Digitalmars-d-learn
I have one very large text table I want to work with. But I don't want to keep de table in memory, what do I use ? Using an sql database is overkill in my setting. There are 10 colums but millions of rows.

Re: Package import order with extern(C++) classes and std.container.array failure

2021-04-06 Thread MoonlightSentinel via Digitalmars-d-learn
On Tuesday, 6 April 2021 at 09:33:32 UTC, cc wrote: Just encountered this compilation failure in DMD winx64 2.096, which previously worked in 2.095 and prior versions. DMD 2.094.2 fails with the same error? But current master works for me. Just wondering if it's a bug, or a new issue to keep

Package import order with extern(C++) classes and std.container.array failure

2021-04-06 Thread cc via Digitalmars-d-learn
Just encountered this compilation failure in DMD winx64 2.096, which previously worked in 2.095 and prior versions. Just wondering if it's a bug, or a new issue to keep in mind when importing modules? Sorry for the complex nature of this scenario but I'll try to keep it as simple as possible.