Re: How to choose a Data-Structure for a Priority Queue ?
- From: arnuld <sunrise@xxxxxxxxxxxxxxx>
- Date: 12 Nov 2009 07:26:37 GMT
On Wed, 11 Nov 2009 11:48:34 -0800, Dann Corbit wrote:
Use the SQLite database in memory mapped mode. (It's written in C). It
will handle duplicates, and any sort of strange requirements that pop
up. I guess it will be fast enough for your purposes and it will give
you a permanent store for the processed data for subsequent operations.
This embedded database is small enough to fit on phone applications.
I will show it to my boss and see if we can use it.
Something is not making sense to me. We have a huge volume of data
being processed,
...SNIP...
I don't like it too. I would be very happy if I was told what I going to
do exactly, what is the software as a whole and how the different parts
interact with each other and what part I have to design, that way I have
the design and whys of all the questions. Sadly its not the case.
--
www.lispmachine.wordpress.com
my email is @ the above blog.
.
- References:
- How to choose a Data-Structure for a Priority Queue ?
- From: arnuld
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: arnuld
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: Jonathan Campbell
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: Ben Bacarisse
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: Jonathan Campbell
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: arnuld
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: Ben Bacarisse
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: arnuld
- Re: How to choose a Data-Structure for a Priority Queue ?
- From: Dann Corbit
- How to choose a Data-Structure for a Priority Queue ?
- Prev by Date: Re: How to choose a Data-Structure for a Priority Queue ?
- Next by Date: Converting a LIFO into FIFO
- Previous by thread: Re: How to choose a Data-Structure for a Priority Queue ?
- Next by thread: Re: How to choose a Data-Structure for a Priority Queue ?
- Index(es):
Relevant Pages
|