-1
votes
1answer
47 views
javascript eval doesnt work when passing a href
I'm using JSprototype.
When I'm trying to pass a link thru ajax.request
it doesn't evaluate the code inside
<a href="javascript:alert('fdg');" onClick="return true;">link</a>
nothing ...
0
votes
1answer
17 views
AngularJS - filtering JSON data
I've been trying to implement filtering JSON data instead of the usual js array in angularJS.
For illustration, below is a slight modification of the filtering example as provided in the AngularJS ...
0
votes
0answers
9 views
Confused with openmp speedup efficency
Trying to parallel a piece of code using OPEN MP, the problem is that with increasing the number of processors, the code runs slower.!
call OMP_set_num_threads(1)-->16.7sec
call ...
0
votes
0answers
9 views
Visualizing and manipulating a 1500 col by 1000 row data set in a browser
I need help identifying a grid control (jsp preferred but not necessary) which will let me create a browser based application that can load a large 1500x1000 data set and manipulate it.
I should be ...
-1
votes
2answers
65 views
Remove Duplicates from string,Without using HASHMAP and O(n) time complexity
Microsoft Interview Question
I know many of them are already tagging it as duplicate, but it ain't one,because nowhere I got its solution ,despite being mentioned at many places, neither google nor ...
0
votes
0answers
14 views
SQL Multi Column Max for one result on a Join (Efficiency Request)
I am trying to connect all products in stock with the latest receipt information for each item.
The issue is that I can have the exact same Date/Time on Multiple Receipts so I need the max DocNum as ...
0
votes
1answer
37 views
Bind function to image, or to anchor IF anchor's only child is img
I've run in to an issue in a chrome extension I'm writing where right clicking on an image fires off a function, however this function does not currently work if the img is wrapped in an anchor tag.
...
2
votes
1answer
38 views
Get the closest color name depending on an hex-color
I try to get the most matching color name depending on an given hex-value. For example if we have the hex-color #f00 we've to get the colorname red.
'#ff0000' => 'red'
'#000000' => 'black'
...
0
votes
1answer
25 views
how to speed up the pattern search btw two lists : python
I have two fastq files like the one given below. Each record in the file starts with '@'. For two such files, my aim is to extract records that are common btw two files.
@IRIS:7:1:17:394#0/1
...
1
vote
2answers
83 views
C++ smart pointers dereferencing - what's the overhead of checking whether it is initialized?
All the smart pointers (for example, boost::scoped_ptr, boost::optional, std::auto_ptr and others) make assertion in order to check whether internal pointer is initialized. It's ok to dereference it ...
0
votes
0answers
33 views
memory-leak and out-of-memory
Its really frustrating - I have som kind of memory leak in my app, despite I recycle bitmaps and use the garbagecollector. In my app I have a listview and when one klicks on a subitem several images ...
0
votes
0answers
13 views
Performance testing a ClickOnce app that communicates via .NET Remoting with back end
I understand someone asked something similar to this at Performance Testing a .NET Smart Client Application (.NET ClickOnce technology)
The difference between my problem and his problem is while I ...
3
votes
4answers
68 views
Why does Enumerable<T>.ToArray() use an intermediary Buffer when it can just call Count() first?
I was reading through a question asking Is it better to call ToList() or ToArray() in LINQ queries? and found myself wondering why Enumerable.ToArray() wouldn't first just call the Count() method to ...
0
votes
1answer
14 views
Download speed from S3 and EC2 storage, request from Node js and browser
Me and my team are creating a mobile game in which a map is available. We store json information in multiple files - each file represents a tile on the map. To render the map, we download the files ...
0
votes
1answer
36 views
PL SQL - Dynamic SQL in the where clause of a select statement
I'm really new to Oracle PL/SQL, but experienced in Sql Server, and I'm trying to learn the ins and outs of it. For an introductory to it I've decided to optimize a query that is generated as a C# ...
4
votes
1answer
50 views
Strange behavior with volatile write on class member vs struct member
I'm developing a component which needs a long type with volatile semantics.
As there's no volatile long in .NET, I created a simple wrapper type which handles the read/write access using Volatile ...
0
votes
0answers
13 views
JAXBProject is very slow after export into a jar file
I have a JAXB Project with some WSDL clients, if I test this WSDL clients in eclipse it works fine, but if I export JAXB Project into a jar file, the first connection its very slow (its takes about 10 ...
1
vote
0answers
9 views
Ruby update 187 to 193 performance hit with Savon 2 SOAP Client
We have recently attempted an upgrade to ruby 1.9.3 from ruby 1.8.7. It's overdue to say the least. However, while the rest of the entire application seems much quicker, the part of the application ...
0
votes
0answers
14 views
pasting excel data into html text input
I'm trying to paste a single column from excel into a text input. Firefox does this without problem, but IE only pastes the top cell of the column.
Using window.clipboardData.getData("Text"); and ...
0
votes
1answer
34 views
Canvas: animating a simple star field
I'm relatively new to Canvas. In finding my feet I'm creating a simple arcade game.
My question is regarding CPU performance / efficiency.
I'm creating 100 randomly positioned white dots as stars on ...
2
votes
0answers
26 views
Excel speed and size problems
I am interning at a mutual funds division of a large firm and working on a revenue model. The model is already developed and is huge. I need to optimize it in terms of speed (opening, saving, closing, ...
0
votes
1answer
38 views
Faster date formatting in R?
I often need to convert (long) character strings into the date class in R. I notice that this step seems quite slow.
Example:
date <- c("5/31/2013 23:30", "5/31/2013 23:35", "5/31/2013 23:40", ...
-4
votes
0answers
18 views
Javasrtipt Library For Video Camera Detection and Recording from Clients browser
I am looking for a Free/open source JavaScript API/Library. Which can server the following for me:
Allow user to record short videos from their desktop computer, laptop, tablet and smartphone ...
0
votes
3answers
43 views
Setting JavaScript “class” properties from internal function using “this” Keyword?
I am surprised that I could not find more on this topic (could be my sub-par search skills). Typically once I think I understand how the JavaScript keyword, "this" works it then stops working the way ...
2
votes
2answers
72 views
Performance: List.Count vs checking a stored variable
I wonder if this makes any difference:
for (int i = 0; i < values.Count; i++)
{
//
}
vs
int num = values.Count;
for(int=0; i<num; i++)
{
}
I think the second ...
0
votes
0answers
4 views
what is better solution from a point of view of scalability and resources?
I am using EF 4.4.
For load the the relation entities, I can use eager loading with Include. This makes only one query to the database.
Other option is to use raw sql to query. The problem is that ...
0
votes
1answer
16 views
ElasticSearch: Secondary indecies on field values using Java-API
I'm considering to use ElasticSearch as a search engine for large objects. There are about 500 millions objects on a single machine. For far is Elasticsearch a good solution for executing advanced ...
1
vote
3answers
99 views
Linq - better `Enumerable.Except()` operator (performance AND flexibility)?
Let's assume two collections of objects. I want to retrieve the objects in the first collection that are not contained in the 2nd collection.
For collections of primitive types, that's easy:
...
0
votes
2answers
41 views
Convert to Fast Enumeration in Objective-C
I have this traditional for loop that I want to convert to fast enumeration. How can I do this? Thanks!
for (int i = 0; i < [_objects count]; i++)
{
schedule = [[JSSchedule alloc] ...
0
votes
1answer
39 views
does Unique constraint on multiple columns has performance issues -Oracle
I am using Oracle database and I have a table for customers records and want to put a Unique key constraint on multiple varchar2 columns. like
CUST_ID (Number),
CUST_Name(varchar2),
...
0
votes
1answer
41 views
DOM traversing with jQuery - Are there performance hits?
I'm currently loading 300 + items onto the page to filter through. The current page and filtering load are terrible.
After looking through the code, I noticed I wasn't originally referencing ID's ...
1
vote
0answers
22 views
Why fetching data from sqlite block Node.JS?
I want to fetch and export to csv file huge amount (5 - 12 milions rows) of archive data from Sqlite database. While doing this the whole server is blocked. No other connection can be handled by ...
0
votes
1answer
23 views
JMX vs VisualVM?
I read couple of links about JMX and VisualVM, but still have a couple of questions around them.
As per my understanding, JMX & VisualVM are 2 different JVM monitoring tools. In-addition, JMX has ...
24
votes
3answers
679 views
Most efficient way of making an if-elif-elif-else statement when the else is done the most?
I've got a in if-elif-elif-else statement in which 99% of the time, the else statement is executed:
if something == 'this':
doThis()
elif something == 'that':
doThat()
elif something == ...
0
votes
0answers
6 views
Configure layout of javascript debug panel in Chrome
I'm not sure if I have changed something myself or it is just the effect of an update, but the layout of the Sources tab in the Chrome Javascript debugger has suddenly changed...
When I had the ...
-1
votes
4answers
28 views
Can we use schedulers in JavaScript [closed]
I want to use schedulers in JavaScript.My requirement is like I have to call an url for every 10 seconds, so that the page to update with the newly loaded data.Is JavaScript support these type of ...
1
vote
0answers
14 views
javafx tableview active sort is slow
I am working on javafx tableview and have created a table with 100,000 rows (three columns one int two float).
I have active sorting on. To insert a new row am first searching index using binary ...
0
votes
1answer
13 views
Sum of unique records - better performance than a cursor
I am trying to write a query to count the various groupings from a resultset.
I can see how to do it with a cursor, but is it possible to use the Partition By command too please?
Basically, anything ...
1
vote
1answer
22 views
Android performance with time related task
I want to create a listView full of items that has TextViews with values that decrease every second (such countdown). My question is what is the best way to make it?
I know that one Timer with ...
0
votes
0answers
8 views
can I not use compiled queries with EF 4.4?
Well, I am using EF 4.4, really is EF 5.0 but I say that is EF 4.4 because my target project is .NET 4.0.
I know that EF 4.4 has not all the features that has EF 5.0, and if I am not wrong, ...
0
votes
1answer
34 views
imagepicker jquery callback clicked
I am using this http://rvera.github.io/image-picker/ library
and I don't know how to show the value of the src image when clicked.
Can you help me?
This is my example
...
0
votes
1answer
20 views
selenium run slows down application performance drastically
I run selenium tests for a web application we are developing.When the application is hosted at one particular server,and if selenium tests are run,it creates dump files(as seen in the server logs) and ...
-1
votes
0answers
23 views
how to calculate the latency, throughput and bandwidth for Ping Pong and Underload packets
I have TCP/UDP application over LAN, and I have N packets of size 1KB or 10KB I want to send these packets either ping pong (1 pkt per time and I wait until to receive it) or under-load(M packets per ...
0
votes
2answers
35 views
Backbonejs - use nested object as id attribute
Is it possible to use a nested object as the id attribute in Backbone?
For e.g. something like,
var MyModel = Backbone.Model.extend({
defaults : {
'info': {
...
1
vote
1answer
20 views
Where I can find a open source android apps that have a few performance bugs when run under a few contexts?
I'm developing an Android Performance Testing Platform which simulates a user context and runs the Application-Under-Test (AUT) and reports the causes and the context of occurrence of any performance ...
-1
votes
0answers
36 views
javascript form validation html5 to html4 [closed]
I am trying to save my document from invalid inputs.
Is there any library that support both type of validation html5 and html4.
My document is in html5 but what if anyone is using old browser and ...
0
votes
0answers
20 views
Calendar is not populating events through javascript object
I am new to javascript and trying to achieve events of calendar through this code.
var jsonObj = [];
for (var x = 0; x < incCntListSize; x++)
{
var date = $("#calloutDate_"+x).val();
var id = ...
0
votes
1answer
17 views
How to measure complete all-in performance of DOM changes?
I've found lots of information about measuring load time for pages and quite a bit about profiling FPS performance of interactive applications, but this is something slightly different than that.
Say ...
1
vote
1answer
72 views
analysis of cpu cache access time
I have the following program which I with the help of someother on stackoverflow wrote to understand cachelines and CPU caches.I have the result of the calculation posted below.
1 450.0 ...
1
vote
0answers
27 views
Firebird .NET Provider 3.0.2 slow performance over LAN
Thank you for your time beforehand :)
I'm in process of migrating my program WPF, .NET 4.0, SqlServer 2005 Express to Firebird.
Firebird is 2.5.2 security update 1 x64, Classic Server on Win 7 x64, ...








