Tagged Questions

0
votes
2answers
33 views

Is speed control over music on an iPhone plausible?

I'm writing an iphone app, and I would like to have the user able to slow or quicken a pre-made sound file. Is this possible? If so, how would you do it? Edit: This looks like a dup of the following …
1
vote
6answers
1k views

UpdatePanel Slowness in IE

I'm working on an ASP.Net application and working to add some Ajax to it to speed up certain areas. The first area that I am concentrating is the attendance area for the teachers to report attendance …
0
votes
1answer
45 views

Why is using a static int in my accelerometer callback so much slower than using an instance variable?

I'm playing with the GLGravity example to figure out some of the performance nuances related to dealing with the accelerometer. Here's the problem code: - …
4
votes
4answers
789 views

Speed up Weblogic Server startup times

At my work, we use Weblogic Server to host an enterprise portal. Which is fine. However, I've recently had the opportunity to use Tomcat for some side projects, and I am struck by the incredible …
1
vote
5answers
44 views

Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?

I'm thinking about using ASP.NET in a new project I'm starting and I'm wondering if it's faster than classic ASP. I've been using classic for years, and never ran into any problems, but I really want …
0
votes
6answers
97 views

Most important speed issues

I am participating in Al Zimmermann's Programming Contest. http://www.azspcs.net/Contest/SonOfDarts I have written a recursive algorithm but it takes a long time to run. I was wondering what are …
0
votes
1answer
35 views

Is it possible to type style sheets in Firebug fast and convenient ? (as in Aptana)

For example, when I type the first of the parenthesis in Aptana, the second appears immediately, then I need only to press enter, it makes some white space, and I can type further. A small feature …
0
votes
8answers
127 views

Should one use PHP to print all of a page’s HTML?

Hi So I've always developed PHP pages like this: <?php goes at the top, ?> goes at the bottom, and all the HTML gets either print()ed or echo()ed out. Is that slower than having non-dynamic …
1
vote
7answers
973 views

Faster way to populate <select> with Javascript

I have two <select> boxes on a form. Selecting an item in the first <select> box will determine what should appear in the second <select> (Using Ajax http_request). In some cases there can …
1
vote
3answers
67 views

Same MySQL query takes 0.3 sec in MyPHPAdmin, 7.9 sec in PHP — Why?

I am running the following MySQL query: select * from combinations where family_type='f597'; on a table that has about 90,000 lines. If I run the query via MyPHPAdmin, it takes 0.3 seconds to run, …
1
vote
5answers
253 views

What is faster on division? doubles / floats / UInt32 / UInt64 ? in C++/C

Hi everyone, I did some speed testing to figure out what is the fastest, when doing multiplication or division on numbers. I had to really work hard to defeat the optimiser. I got nonsensical results …
1
vote
0answers
87 views

Insanely slow web site performance [closed]

Hi everyone, I recently started development work on an existing web site that has been loading pages extremely slowly. I know that it is being served by Apache, but I don't have any access to the …
0
votes
1answer
75 views

(PHP) Validation, Security and Speed - Does my app have these?

Hi all, I am currently working on a building community website in PHP. This contains forms that a user can fill right from registration to lot of other functionality. I am not an Object-oriented guy, …
2
votes
3answers
54 views

How to change the default parameters for newfit() in MATLAB?

I am using net = newfit(in,out,lag(j),{'tansig','tansig'}); to generate a new neural network. The default value of the number of validation checks is 6. I am training a lot of networks and this …
1
vote
4answers
113 views

What is more efficient in python new array creation or in place array manipulation?

Say I have an array with a couple hundred elements. I need to iterate of the array and replace one or more items in the array with some other item. Which strategy is more efficient in python in terms …

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