Tagged Questions

3
votes
4answers
160 views

What machine learning benchmarks are out there?

What repositories for machine learning benchmarks do you know?
1
vote
3answers
76 views

Your predictions on Languages evolution

Well, I know it's not all about speed and memory usage. But I would like to know what you think will happen to most of the high-level programming languages. As far as I know, Java is much faster than …
0
votes
3answers
50 views

Fastest PHP Type Jugling with settype() vs *val() functions?

I am trying to figure out the fastest way (in PHP 5) to check that a value is the type I need it to be. I created two lines of code which both do the same thing. The problem is that I can't figure out …
1
vote
3answers
316 views

Fortran’s performance

Fortran's performances on Computer Language Benchmark Game are surprisingly bad. Today's result puts Fortran 14th and 11th on the two quad-core tests, 7th and 10th on the single cores. Now, I know …
3
votes
11answers
1k views

For tabular data, what renders faster, CSS or <TABLE>?

I am looking for some stats on current browsers for how long it takes to render a table using plain HTML versus a hacked-up CSS puritan method that avoids using actual TABLE, TR, TD, etc. tags. I am …
2
votes
3answers
801 views

Are there benchmarks comparing the respective memory usage of django, rails and PHP frameworks?

I have to run a Web server with many services on an embedded server with limited RAM (1 GB, no swap). There will be a maximum of 100 users. I will have services such as a forum, little games …
1
vote
4answers
400 views

What programming language implementation benchmarks are there?

I remember from my old BASIC programming days that for extra performance, you could use a BASIC compiler (instead of the runtime interpreter), but for ultimate performance, the answer was assembly …
1
vote
3answers
530 views

Recommendations for Web application performance benchmarks

I am about to start testing an intranet web application. Specifically, I have to determine the application's performance. Please could somone suggest formal/informal standards for how I can judge the …