0
votes
1answer
25 views
MySQL structure help for joins ( large tables)
Hello
I currently have 2 tables that are used for a select query with a simple join. The first table houses around 6-9 million rows, and this gets used as the join. The primary table is anywhere from …
1
vote
7answers
88 views
gcc/g++: error when compiling large file
Hi,
I have a auto-generated C++ source file, around 40 MB in size. It largely consists of push_back commands for some vectors and string constants that shall be pushed.
When I try to compile this …
0
votes
0answers
52 views
how to navigate directories with heaps of files [closed]
My Linux file system has tens of thousands of files per directory. Viewing a list of all the files takes a few minutes for my system to calculate, which is too slow. But I am not sure what files are …
5
votes
7answers
172 views
Loading and analyzing massive amounts of data
So for some research work, I need to analyze a ton of raw movement data (currently almost a gig of data, and growing) and spit out quantitative information and plots.
I wrote most of it using Groovy …
0
votes
3answers
64 views
Storing and accessing large amounts of data
Hello,
My application creates pieces of data that, in xml, would look like this:
<resource url="someurl">
<term>
<name>somename</name>
…
2
votes
6answers
107 views
Who judges and keeps the quality of the code within a team of programmers?
Hi,
Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standardizing and keeping …
1
vote
2answers
81 views
Store large lists of data in iPhone app so they are available to the UI
Hi
A bit cryptic, which is also what drives me to start a thread in here, I simply can't find the words to Google the challenge.
Im building an app that will have 2 search views that displays 1400 …
0
votes
0answers
43 views
create image cache - large png images
Hi all
I am a first time poster. I have a problem that seems very common to a lot of people but I can't seem to find or decipher an answer anywhere.
The game I'm making has 3 rather large sprites on …
1
vote
3answers
136 views
OpenGL ES. Scrolling 3 layer starfield textures gets me from 60 -> 40 FPS
I need to draw the background for a 2D space scrolling shooter. I need to implement 3 layers of stars: one distant nebula (moving really slow) in the background, one layer of far away stars (moving …
19
votes
34answers
2k views
Which Version Control System would you use for a 1000+ developer organization? Why?
There are many SCM systems out there. Some open, some closed, some free, some quite expensive. Which one (please choose only one) would you use for a 3000+ developer organization with several sites …
0
votes
3answers
40 views
Unable to create snapshot of Canvas
Hi,
In my application a canvas object have height=90 px & width =86400 px (indicating 24 hrs 1sex/pixel). The canvas is scrollable and User can add delete components in that.
Now, i want to have …
0
votes
4answers
216 views
Best way of storing very large number of objects in memory?
Very simple question, what would be your way of storing 100 KB - 2 MB objects in memory? Object is made of 3 doubles and two strings (both mostly under 5 chars long). Would using struct instead of …
1
vote
3answers
264 views
Large file upload into WSS v3
I'd built an WSSv3 application which upload files in small chunks; when every data piece arrives, I temporarly keep it into a SQL 2005 image data type field for performance reasons**.
Problem come …
1
vote
2answers
259 views
How to Send Large File From Client To Server Using WCF in C#?
How to Send Large File From Client To Server Using WCF in C#? Below the configuration code.
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding …
0
votes
0answers
16 views
Ajax large screen refresh
Hi Guys,,
I have an Ajax page where a chart and a graph are displayed on the page, say 50% of the page is updated. When the next request is sent off the chart and graph are redrawn and I am unable …
