Tagged Questions
1
vote
0answers
79 views
Single write, multiple read of stateful objects
Scenario:
One data input feed (call this Source)
Multiple objects (call these Layer1) read this Source, and analyze the feed. This analysis is stateful.
Layer1 objects have configuration parameters. ...
-1
votes
3answers
154 views
I need some help creating a non-binary tree (or some other data structure that will better solve my problem)
I have about ten lists of numbers and some strings. Each list has about <= 30K lines. Each line on a list has a distinct number.
I need to build an efficient way of finding all the lines in each ...
2
votes
4answers
484 views
Data Structures usage and motivational aspects
For long student life I was always wondering why there are so many of them yet there seems to be lack of usage at all in many of them. The opinion didn't really change when I got a job.
We have ...
2
votes
1answer
175 views
How do you define, organize, and document your data?
Please feel free to suggest a better name or way of explaining this question - I wasn't quite sure what to call it.
The situation is one that may just come under the heading of "be organized" but I ...
1
vote
2answers
273 views
What are the most common options for data storage in desktop applications?
When I was working as a website designer/engineer I primarily used databases for storage of much of my dynamic data. It was very easy and convenient to use this method and seemed like a standard ...