Re: 800 MB analyses
- From: Logan Shaw <lshaw-usenet@xxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 12:48:31 -0500
inkexit@xxxxxxxxx wrote:
I'm setting about the task of analyzing 800 MB worth of time series
data stored as txt files. I have some experience with C++, Visual
Basic, and JavaScript. I am considering learning a new language to
get this done. Perl or C#. I guess I am at the point where I would
like to narrow my programming language of choice and really specialize
on one language. I first learned about C# through my reading up on
XNA, when I found out that C# seemed to come with a much bigger
library of functions. I thought this might make drawing graphs,
handling large amounts of data at once, and making everything happen
in a normal window on XP much quicker than with C++.
If by "much quicker", you mean "easier to code", that may be the case.
If you mean that it'll run quicker, I think C++ and C# are both reasonable
tools for writing a program that does your task quickly.
You might also look at Java. Java and C# are very comparable in a lot
of ways. They have similar speed, similarly broad libraries of code
available for them, and they have (not coincidentally) a similar design,
both having a "virtual machine" (Java terminology) or "managed code"
(C# / .Net terminology) behind the scenes. An advance of Java is
that it's portable.
Perl seems to
run native in DOS, and that has me worried about spending lots of time
if I want to develop my own GUIs to analyze further data with.
"Run native in DOS" is a phrase whose meaning I can't make out, but I
suppose you mean that you often see people running Perl scripts from the
command line. This doesn't mean that you can't develop a GUI from Perl.
However, it wouldn't be my first choice since GUIs are not Perl's strong
point, and since you need to do some analysis on large datasets, Perl
is probably not good enough with number-crunching to do that quickly.
(However, it would make it easy to parse those text files.)
- Logan
.
- References:
- 800 MB analyses
- From: inkexit
- 800 MB analyses
- Prev by Date: Re: Where does programming begin?
- Next by Date: Depth Fist Search and Breadth First Search and using array
- Previous by thread: Re: 800 MB analyses
- Next by thread: Depth Fist Search and Breadth First Search and using array
- Index(es):
Relevant Pages
|