Tagged Questions

0
votes
4answers
49 views

Multiple MySQL queries and how to make my script go faster

Hello to all. Using PHP (1900 secs time limit and more than 1GB memory limit) and MySQL (using PEAR::MDB2) on this one... I am trying to create a search engine that will load data from site feeds in …
4
votes
4answers
152 views

C++ Vector vs Array (Time)

I have got here two programs with me, both are doing exactly the same task. They are just setting an boolean array / vector to the value true. The program using vector takes 27 seconds to run whereas …
0
votes
0answers
34 views

Very fast cache / access time-indexed data in c#

Hello there, I'm coding a data intensive app in c#. Currently, the app loads loads and loads of timeseries from a distant sql server, does a lot of calculation to create other timeseries, and I'd …
0
votes
0answers
10 views

activerecord_session_store vs. sql_session_store

Does anyone have more recent stats on the speed gains in SqlSessionStore over ActiveRecord Session Store? Is anyone out there using SqlSessionStore because of gains over ARStore? More of a curiosity …
2
votes
4answers
108 views

Speed up MySQL query containing 300k+ records

I need to lookup all my products (sku's) their latest stock quantity. I have one table (called "stock") with 315k+ records containing this information (a new batch of data is added every day, for most …
1
vote
11answers
196 views

mixing cout and printf for faster output

After performing some tests I noticed that printf is much faster than cout. I know that it's implementation dependent, but on my Linux box printf is 8x faster. So my idea is to mix the two printing …
1
vote
3answers
37 views

Performance increase using Smarty + Caching?

Hey, I am going to start using codeigniter, but since it only offers to cache everything or nothing (which would not work, because I have logins, and other areas which cannot be cached) I was …
0
votes
1answer
30 views

Would the code described in http://tinyurl.com/yd2ar3q work for itunes’ purchased AAC format?

I'm making an iphone app that needs to adjust audio speed, and in the question here , it decompresses audio, so I'm concerned with it working for Itunes' Encoded/Purchased AAC Audio format. Will it …
1
vote
3answers
46 views

Store javascript variables in array

I am sure someone has gone over this but I have had no luck finding some results. I want to know what is the fastest way to maintain a proper variable scope. Here is some example jquery code I wrote …
4
votes
9answers
109 views

Navigating code with keyboard shortcuts

I'm starting to feel the need to run fastly through code with keyboard shortcuts, to arrive faster where I want to make any changes (avoiding use of mouse or long times holding [up], [left], [right] …
-2
votes
8answers
239 views

Speed of programming languages then and now.

Speed is an important part of choosing a programming language. Apparently, C++ is(for most people) the undoubted ruler when it comes to speed. Yet when asked with evidence to back this up, nothing …
0
votes
2answers
51 views

Speeding up Facebook Connect

I'm working on enabling facebook connect with my website, and it seems to work pretty good so far. However, loading the facebook api library on every page of my site is bogging it way down. All the …
0
votes
0answers
15 views

QSqlTableModel.insertRecord() is very slow

Hello, I am using PyQt to insert records into a MySQL database. the code basically looks like self.table = QSqlTableModel() self.table.setTable('mytable') while True: rec = self.table.record() …
4
votes
3answers
86 views

Does php run faster without warnings?

Since PHP code will run just fine even if it's riddled with warnings and notices about undefined indexes and non-static methods being called as static, etc, the question is, if I spend the time to …
0
votes
1answer
11 views

Can sIFR js files be combined into 1 js file?

In the new sifr 3, the author has implemented the ability to combine the css files into 1 file. There are 4 .js files total and I was wondering if there were any ideas how to combine these files for a …

1 2 3 4 5 17 next
15 30 50 per page