What's a better choice for SQL-backed number crunching - Ruby 1.9, Python 2, Python 3, or PHP 5.3?

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-06-11T11:13:57Z Indexed on 2010/06/11 11:43 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

Crterias of 'better': fast im math and simple (little of fields, many records) db transactions, convenient to develop/read/extend, flexible, connectible.

The task is to use a common web development scripting language to process and calculate long time series and multidimensional surfaces (mostly selectint/inserting sets of floats and dong maths with rhem).

The choice is Ruby 1.9, Python 2, Python 3, PHP 5.3, Perl 5.12, JavaScript (node.js).

All the data is to be stored in a relational database (due to its heavily multidimensional nature), all the communication with outer world is to be done by means of web services.

© Stack Overflow or respective owner

Related posts about php

Related posts about python