Performing client-side OAuth authorized Twitter API calls versus server side, how much of a difference is there in terms of performance?
I’m working on a Twitter application in Ruby on Rails. One of the biggest arguments that I have with other people on the project is the method of calling the Twitter API. Before, everything was done on the server: OAuth login, updating the user’s Twitter data, and retrieving tweets.
Simple vs Complex (but performance efficient) solution – which one to choose and when?
I have been programming for a couple of years and have often found myself at a dilemma.
Metrics / Methodology for estimating resource utilization for software in planning stage
I’m looking for approaches to estimate the resource utilization of an (web-)application in a JEE environment. The overall target is to get a forecast for hardware/software requirements while the application is still under development or even in planning stage.
Is this task too complex (many different factors) to get a fairly reliable proposition without spending too much time?
How can I compute the Big-O notation for a given piece of code? [closed]
Closed 12 years ago.
Does software rot refer primarily to performance, or to messy code?
Wikipedia’s definition of software rot focuses on the performance of the software. This is a different usage than I am used to; I had thought of it much more in terms of the cleanliness and design of the code—in terms of the code’s having all the standard quality characteristics: readability, maintainability, etc. Now, performance is likely to go down when the code becomes unreadable, because no one knows what is going on. But does the term software rot have special reference to performance? or am I right in thinking it refers to the cleanliness of the code? or is this perhaps a case of multiple senses of the term being in common usage—from the user’s perspective, it has do with performance; but for the software craftsman, it has to do more specifically with how the code reads?
DDD Model Design and Repository Persistence Performance Considerations
So I have been reading about DDD for some time and trying to figure out the best approach on several issues.
Increase application performance [closed]
Closed 12 years ago.
Which would be the best platform to develop websites to be used with very slow connections without sacrificing too much the design? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. How can we give dial-up users in some […]
Java performance of StringBuilder append chains [closed]
Closed 11 years ago.
Why is NoSQL faster than SQL?
Recently I was asked: