Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
11answers
2k views

Scalable / Parallel Large Graph Analysis Library?

I am looking for good recommendations for scalable and/or parallel large graph analysis libraries in various languages. The problems I am working on involve significant computational analysis of ...
17
votes
12answers
1k views

How to build large applications

I think I've become quite good at the basics of programming (for a variety of languages). I can write a *good** line of code. I can write a good method. I can write a good class. I can write a ...
16
votes
9answers
8k views

Python Numpy Very Large Matrices

Numpy is an extremely useful library, and from using it I've found that it's capable of handling matrices which are quite large (10000x10000) easily, but begins to struggle with anything much larger ...
11
votes
14answers
538 views

How to manipulate *huge* amounts of data

I'm having the following problem. I need to store huge amounts of information (~32 GB) and be able to manipulate it as fast as possible. I'm wondering what's the best way to do it (combinations of ...
10
votes
13answers
2k views

HashMap in Java, 100 Million entries

I want to store 100 Million terms and their frequencies (in a text database ) into a HashMap <String, Double>. It is giving me "Out of Memory" Error. I tried to increase the heap-space to ...
10
votes
4answers
308 views

Serialising and Deserialising V.Large Dictionary in C#

We have a v.large Dictionary<long,uint> (several million entries) as part of a high performance C# application. When the application closes we serialise the dictionary to disk using ...
10
votes
5answers
10k views

Large Numbers in Java

How would i go about doing calculations with extremely large numbers in Java? i have tried long but that maxes out at 9223372036854775807, and when using an integer it does not save enough digits and ...
9
votes
2answers
788 views

Delphi Pascal - how to write data to file larger than 2 GB?

I made a tool in Delphi to create rainbow table. It was fine until file grew up to 3.1 GB. I closed my program. Then i opened it again and it crashes while executing this code: ...
8
votes
5answers
439 views

Most efficient way in Python to iterate over a large file (10GB+)

I'm working on a Python script to go through two files - one containing a list of UUIDs, the other containing a large amount of log entries - each line containing one of the UUIDs from the other file. ...
7
votes
4answers
216 views

mathematica large table periodic interpolation

I have a very large table in mathematica ((dimcub-1)^3 elements) coming from an inverse FFT. I need to use periodic interpolation on this table. Since periodic interpolation requires that the first ...
7
votes
3answers
252 views

Dealing with huge (potentially over 30000x30000) images in Python?

I'm trying to use a python script called deepzoom.py to convert large overhead renders (often over 1GP) to the Deep Zoom image format (ie, google maps-esque tile format), but unfortunately it's ...
7
votes
8answers
468 views

How is it possible to work with 100,000+ lines of source code?

I'm amazed to see that Civilization IV has 200,000 lines of code just for its rules. I don't know how someone could reason about 100,000+ lines of code. Have you worked on a similar big project? How ...
7
votes
6answers
452 views

C# array with capacity over Int.MaxValue

I was wondering if there is any structure in C# that can contain more than Int.MaxValue's restriction of 2,147,483,647 items, in case of really large sets of information. Would this have to be done ...
7
votes
3answers
2k views

Reverse massive text file in Java

What would be the best approach to reverse a large text file that is uploaded asynchronously to a servlet that reverses this file in a scalable and efficient way? text file can be massive (gigabytes ...
7
votes
9answers
1k views

Calculating large factorials in C++

I understand this is a classic programming problem and therefore I want to be clear I'm not looking for code as a solution, but would appreciate a push in the right direction. I'm learning C++ and as ...
7
votes
10answers
672 views

Navigating effectively through source code in Linux

I was wondering how people usually navigate through large projects with several source files in Linux environment. I primarily work with C and python and sometimes with C++, C# and Java. I wanted to ...
7
votes
8answers
3k views

Linux/perl mmap performance

I'm trying to optimize handling of large datasets using mmap. A dataset is in the gigabyte range. The idea was to mmap the whole file into memory, allowing multiple processes to work on the dataset ...
7
votes
9answers
3k views

Handle large data structure in Java

I'm working on a Java application that needs working on very large matrices. For example multiplying two 10 million * 10 million matrices! Of course the Java heap does not have enough space even for ...
6
votes
14answers
455 views

How to compare large text files?

I have a general question on your opinion about my "technique". There are 2 textfiles (file_1 and file_2) that need to be compared to each other. Both are very huge (3-4 gigabytes, from 30,000,000 to ...
6
votes
4answers
362 views

Copy large files (over 2 GB) in PHP

I need to copy some big file (6 GB) via PHP. How can I do that? The Copy() function can't do it. I am using PHP 5.3 on Windows 32/64.
6
votes
6answers
397 views

Suggestions for dealing with IE's terrible Javascript / Dom accessing engine

I'm working on a site that has a page that can potentially become very long. It can have in theory 1000+ rows of data in it. Then these rows could each have sub-rows. I'm currently using a list / ...
6
votes
4answers
411 views

What's the best scalable modern architecture for a high volume website (Java)

We have a website that is getting over 1m hits a day. The site is running off an old architecture (Struts Tomcat Hibenate MySQl) with no real scope for scalability. Now that we are expanding further ...
6
votes
7answers
285 views

Are there any solid large integer implementations in C?

I am working on a project where I need to crunch large integers (like 3^361) with absolute precision and as much speed as possible. C is the fastest language I am familiar with, so I am trying to code ...
6
votes
2answers
812 views

k-means clustering in R on very large, sparse matrix?

I am trying to do some k-means clustering on a very large matrix. The matrix is approximately 500000 rows x 4000 cols yet very sparse (only a couple of "1" values per row). The whole thing does not ...
6
votes
6answers
418 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 ...
5
votes
2answers
196 views

read.csv is extremely slow in reading csv files with large numbers of columns

I have a .csv file: example.csv with 8000 columns x 40000 rows. The csv file have a string header for each column. All fields contains integer values between 0 and 10. When I try to load this file ...
5
votes
4answers
174 views

What is the best way to add a header to a large file

What 's the best way to add a header (e.g. file metadata) to an existing file if the file size is around 1-2GB? in C++
5
votes
3answers
842 views

Problem with large number of markers on the map

I am working on an Android app that already exists on iPhone. In the app, there is a Map activity that has (I counted) around 800 markers in four groups marked by drawable in four different colors. ...
5
votes
5answers
2k views

MySQL ALTER TABLE on very large table - is it safe to run it?

I have a MySQL database with one particular MyISAM table of above 4 million rows. I update this table about once a week with about 2000 new rows. After updating, I then perform the following ...
5
votes
5answers
1k views

Export large amounts of data to client in asp.net

I need to export a large amount of data (~100mb) from a sql table to a user via the web. What would be the best solution for doing so? One thought was to export the data to a folder on the db server, ...
5
votes
3answers
2k views

What to do when you need to store a (very) large number?

Hey, I am trying to do a project euler problem but it involves adding the digits of a very large number. (100!) Using java, int and long are too small. Thanks for any suggestions
4
votes
3answers
97 views

Handle large sized matrix in Java

I currently need to do singular value decomposition with a matrix of size 48K x 50K. I've tried JAMA but it only works for rows > columns. I've tried PCOLT, JBLAS but they return error when ...
4
votes
5answers
302 views

Manipulating very large binary strings in c#

I'm working on a genetic algorithm project where I encode my chromosome in a binary string where each 32 bits represents a value. The problem is that the functions I'm optimizing has over 3000 ...
4
votes
5answers
379 views

Generate very very large random numbers

How would you generate a very very large random number? I am thinking on the order of 2^10^9 (one billion bits). Any programming language -- I assume the solution would translate to other languages. ...
4
votes
4answers
69 views

MySQL huge IN set for huge table

consider this a theoretical question as much as practical. one has a table with, say 1.000.000+ records of users and need to pull data for, say 50.000 of them from that table, using user_id only. how ...
4
votes
4answers
653 views

A good way to display large images online

I need to show an image that is 4000x6000 px. What are your experiences with displaying large images online? My initial idea was to use the GMap cutter and the Google Maps API to show the image. GMap ...
3
votes
4answers
218 views

Emacs To read Large Files ~14GB [closed]

Recently I have downloaded emacs on my system to edit large files as it claims. When trying opening large files, the emacs gives me a problem that buffer size is exceeded. Is there a way to increase ...
3
votes
5answers
64 views

jQuery How to Sort by Height?

I have three divs and I want to try to sort them by height ? i.e. from largest to smallest ? <div>smallest</div> <div>largest</div> <div>middle</div> Any idea ...
3
votes
3answers
377 views

How can i sort large csv file without loading to memory

I have 20GB+ csv file like this: **CallId,MessageNo,Information,Number** 1000,1,a,2 99,2,bs,3 1000,3,g,4 66,2,a,3 20,16,3,b 1000,7,c,4 99,1,lz,4 ... I must order this file by CallId and MessageNo ...
3
votes
2answers
69 views

Resources for modularizing C applications

I am looking for some resources that speak about managing large C projects using make, header files, building configure files etc. What resources are used by the community? Any good ones for ...
3
votes
4answers
327 views

Write large amount of data to Excel using C#, Asp.net

I need to write (using C#, Asp.net 2010) large amount of data (300,000 rows) from DB to Excel (2010). And it should also create around 20 sheets dynamically. So the final Excel workbook will have ...
3
votes
3answers
230 views

Out of memory problem saving large BufferedImage

I have a problem saving large (f.e. 12 000 x 9 000 ) images. I'm developing a graphical editing software ( something like simple Photoshop ) and The user obviously has to have to ability to save the ...
3
votes
2answers
161 views

sqlite database design with millions of 'url' strings - slow bulk import from csv

I'm trying to create an sqlite database by importing a csv file with urls. The file has about 6 million strings. Here are the commands I've used create table urltable (url text primary key); .import ...
3
votes
4answers
111 views

Array of size 2^25

I am trying to create an array of size 2^25 in c and then perform some elementary operations on it (memsweep function). The c code is #include <stdio.h> #include <time.h> #define S ...
3
votes
3answers
2k views

How to split a large file into chunks in c#?

I'm making a simple file transfer sender and receiver app through the wire. What I have so far is that the sender converts the file into a byte array and sends chunks of that array to the receiver. ...
3
votes
4answers
974 views

How Can I Convert Very Large Decimal Numbers to Binary In Java

For instance, How would I be able to convert 2^60 or 12345678901234567890123456789012345678901234567890 to binary? Basically, numbers that are too large to represent in Java. Edit: I will be making a ...
3
votes
4answers
364 views

Dictionary-like efficient storing of scipy/numpy arrays

BACKGROUND The issue I'm working with is as follows: Within the context of an experiment I am designing for my research, I produce a large number of large (length 4M) arrays which are somewhat ...
3
votes
3answers
569 views

python: sharing huge dictionaries using multiprocessing

I'm processing very large amounts of data, stored in a dictionary, using multiprocessing. Basically all I'm doing is loading some signatures, stored in a dictionary, building a shared dict object out ...
3
votes
3answers
313 views

C# chunked array

I need to allocate very large arrays of simple structs (1 GB RAM). After a few allocations/deallocations the memory becomes fragmented and an OutOfMemory exception is thrown. This is under 32 bit. ...
3
votes
1answer
439 views

Delphi 6 : How can I display large size high quality Text via the TextOut() method?

I have a TImage component that I print a Text string to using TCanvas.TextOut(). I set the height and width of the TImage to a large size like 50 pixels X (TextWidth) pixels, and set the Canvas font ...

1 2 3 4 5 6