JavaScript Benchmarks, now with Chrome (1)
share
digg
by
Michael Galpin (2)
on
Programming and politics (2)
1 day, 18 hours
ago
permalink
As promised yesterday, I did the JS benchmarks again on a Windows machine so I could include Google Chrome. I tried to be pretty inclusive, adding in IE7, IE8 beta 2, Firefox 3.0.1 (current release), Firefox 3.1 with and without JIT, Safari 3.1 (current release), Safari 4 beta, Opera 9.5 and Chrome. This was all run on my workstation, a 4-core, 3.2 GHz box with 8 GB of RAM. Any add-ons, extensions were disabled. Here ...
Oh the things that I've seen... (part one) (1)
share
digg
by
richardwatts (2)
on
MAN ABOUT TOWN (2)
2 days, 6 hours
ago
permalink
Because I've been a bad, bad blogger of late - blame my life: there was a hell of a lot happening in July-August, most of which I can't go into detail about - there have been quite a few performances I've attended recently that I haven't had time to blog about: until now. Apologies for the brevity of the following 'reviews' (perhaps 'impressions' would be a better word); I've got rather a lot to catch ...
Chrome is Fast, But Not That Fast (10)
share
digg
by
Adam DuVander (15)
on
webmonkey (66)
2 days, 22 hours
ago
permalink
Just how fast is Google’s Chrome browser? JavaScript performance-lover (and Mozilla employee) John Resig ran some tests that show Chrome may be fast, but other browsers aren’t that far behind. When Google released Chrome, it included benchmarks that show its browser zipping away from the competition at light speed. There’s no doubt Chrome is fast and we think it’s already changed the web. It seems, like with most statistics, it all depends whose benchmarks you ...
Brendan discusses how TraceMonkey is climbing faster; Ruby on the Web with V8 (3)
share
digg
by
Dion Almaer (579)
on
Ajaxian » Front Page (661)
2 days, 22 hours
ago
permalink
Brendan Eich jumped right in and benchmarked the tip of tree for TraceMonkey, with the V8 version that came with Google Chrome: We win on the bit-banging, string, and regular expression benchmarks. We are around 4x faster at the SunSpider micro-benchmarks than V8. This graph does show V8 cleaning our clock on a couple of recursion-heavy tests. We have a plan, to trace recursion (not just tail recursion). We simply haven't had enough hours in ...
John Resig - JavaScript Performance Rundown (45)
share
digg
by
John Resig (167)
on
John Resig (162)
3 days
ago
permalink
A new JavaScript Engine has hit the pavement running: The new V8 engine (powering the brand-new Google Chrome browser). There are now a ton of JavaScript engines on the market (even when you only look at the ones being actively used in browsers): JavaScriptCore: The engine that powers Safari/WebKit (up until Safari 3.1). SquirrelFish: The engine used by Safari 4.0. Note: The latest WebKit nightly for Windows crashes on Dromaeo, so it's passed for now. ...
-
pseudoTechie said:
FF seems to be still good enough to google chrome. So much attention to JavaScript these days
How Many IOPS? (1)
share
digg
by
noreply@blogger.com (Chris M Evans) (6)
on
The Storage Architect (6)
4 days, 5 hours
ago
permalink
A question I get asked occasionally is; "How many IOPS can my RAID group sustain?" in relation to Enterprise class arrays.Obviously the first question is to determine what the data profile is, however if it isn't known, then assume the I/O will be 100% random. If all the I/O is random, then each I/O request will require a seek (move the head to the right cylinder on the disk) and the disk to rotate to ...
Database test: Intel Xeon 'Clovertown' X5355 (7/8) | Tweakers.net (1)
share
digg
More Persistent Vectors: Performance Analysis (2)
share
digg
by
Daniel Spiewak (3)
on
Code Commit (3)
5 days, 7 hours
ago
permalink
In my previous post, I introduced the concept of "persistent vectors" and walked through one implementation of the idea. When I actually pushed the post out, I was pretty happy with my code, but it seems I still have much to learn. :-) A number of very smart people replied, suggesting ways that the implementation could be cleaned up and improved. Among these intrepid commenters was David MacIver, who correctly pointed out the similarities between ...
Batching SqlCommand Queries (1)
share
digg
by
Davy Brion (2)
on
The Inquisitive Coder - Davy Brion's Blog (2)
5 days, 21 hours
ago
permalink
As you know, i always like to reduce unnecessary roundtrips. With my Request/Response service layer and my QueryBatcher for NHibernate, it’s trivially easy to do so. But what if you’re in a situation where you can’t use NHibernate and are stuck with low-level SqlCommands? It’s actually not hard to enable batching those (select) queries either. (note: for insert/update/delete Commands, there is a better way). People with a lot of straight-up ADO.NET experience probably already know ...
Danijel Zezelj: silence and wordz # ink and story # line and sound (1)
share
digg
by
lomodeedee (26)
on
Personal Cyber Botanica... (26)
5 days, 22 hours
ago
permalink
I don’t think I’m able to express fully how much graphic novels by Danijel Zezelj have had influence the way I see thingz… Sometimes, I think that everything what I‘ve learned about composition, relation between black and white tones, telling stories with liquid irony draining from my mind the latest drops of my ‘imaginative exploratorium’ it’s because [...]
Top SQL Server 2005 Performance Issues for OLTP Applications (1)
share
digg
by
Lindsey.allen (0)
on
SQL Server Customer Advisory Team - SQL Server Best Practices (3)
5 days, 23 hours
ago
permalink
OLTP work loads are characterized by high volumes of similar small transactions. It is important to keep these characteristics in mind as we examine the significance of database design, resource utilization and system performance. The top performance bottlenecks or gotchas for OLTP applications are outlined below. Database Design issue if…. Too many table joins for frequent queries. Overuse of joins in an OLTP application results in longer running queries & wasted system resources. Generally, frequent ...
SQL Server 2005 Waits and Queues (1)
share
digg
by
admin (2525)
on
SQL Server Customer Advisory Team - SQL Server Best Practices (3)
5 days, 23 hours
ago
permalink
SQL Server Best Practices ArticlePublished: November 2006Writers: Tom DavidsonUpdated by: Danny TambsTechnical Reviewers: Sanjay Mishra This paper approaches the complex area of Microsoft® SQL Server™ performance tuning using a methodology called Waits and Queues. By using this methodology one can identify the best opportunities to improve performance, the so called “biggest bang for the buck”. These performance improvements are likely to have a significant return on the performance tuning time investment. The methodology helps identify ...
Top 10 SQL Server 2005 Performance Issues for Data Warehouse and Reporting Applications (1)
share
digg
by
Lindsey.allen (0)
on
SQL Server Customer Advisory Team - SQL Server Best Practices (3)
5 days, 23 hours
ago
permalink
Relational Data Warehouse or Reporting work loads are characterized by low volumes of very large transactions. These applications are often identified as having predominately read workloads (e.g. Decision Support, Analysis, and Reporting) with periodic feeds or batch loads. It is important to keep these characteristics in mind as we examine the significance of database design, resource utilization and system performance. The top performance bottlenecks or gotchas to avoid for Data Warehouse or Reporting applications are ...
ASP.NET Caching and Performance - Craig Shoemaker (5)
share
digg
by
craigshoemaker (5)
on
ASP.NET Weblogs (103)
1 week
ago
permalink
Listen to the Show! Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million requests per month. Steve is an ASP Insider, Regional Director, Microsoft MVP, INETA Speaker and fellow book author! What performance metrics ...
Review: 2009 Cadillac CTS-V (1)
share
digg
by
Andrew (64)
on
Leftlane - news, reviews, and info for the auto-industry (0)
1 week
ago
permalink
Driving through the backroads of semi-upstate New York, you begin to think that Deliverance was not filmed in the forests of Georgia, but instead, right here in an area that is probably two hours outside of New York City. We are cruising along the two-lane highways, past Orange County Choppers of Paul, Paul Jr., and [...]