Comparing Memcache and Ehcache Server Performance
I have been working on a new cut of Ehcache Server. I thought it would be useful to do a performance test of these over-the-network... more »
Tweet 0 Comments Save Tags: c-and-cpp , java , research , server
If Java beats C++, what's next?
Oracle's Cameron Purdy took a look back at Java and C++ in a presentation Thursday at TheServerSide Java Symposium in Las Vegas. He... more »
Tweet 2 Comments Save Tags: c-and-cpp , java , opinion , research
Lessons Learned from the Internet Age: C++, Java and .NET
Today at TSSJS, I attended Cameron Purdy's keynote titled C++, Java and .NET: Lessons learned from the Internet Age, and What it means... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , java
How hardware evolution changed programming
As we have outlined in the previous post, the memory size and computing power available to the average programmer has increased thousands... more »
Tweet 0 Comments Save Tags: c-and-cpp , hardware , java , trends
What parallel programmers really really want...
We asked an open forum of developers and project managers in Paris what they considered to be the chief obstacles that were slowing down... more »
Tweet 0 Comments Save Tags: c-and-cpp , news , opinion , trends
The C Object System: Using C as a High-Level Object-Oriented Language
The C Object System (Cos) is a small C library which implements high-level concepts available in Clos, Objc and other object-oriented... more »
Tweet 3 Comments Save Tags: c-and-cpp , research
Regular Expression Matching can be Ugly and Slow
A more efficient way to match regular expressions has been known for decades, and is described nicely in Regular Expression Matching can... more »
Tweet 1 Comments Save Tags: c-and-cpp , how-to
Using C++0x Lambda Expressions in Microsoft Visual Studio
In this C++ tutorial, learn how to utilize Lambda expressions in your C++ Applications.
Tweet 0 Comments Save Tags: .net , c-and-cpp , frameworks , microsoft
OOP Is Much Better in Theory Than in Practice
Think object-orient programming (OOP) is the only way to go? You poor, misguided soul. Richard Mansfield contends that OOP is just the... more »
Tweet 18 Comments Save Tags: c-and-cpp , gui , trends
Differences Between Visual Basic .NET and Visual C# .Net
Although there are differences between Visual Basic .NET and Visual C# .NET, both are first-class programming languages that are based on... more »
Tweet 1 Comments Save Tags: .net , c-and-cpp
How to Teach Yourself Programming
As far as I know ...
Tweet 0 Comments Save Tags: c-and-cpp , humor , research , trends
Google AI Challenge post-mortem
I've never won any programming contest before (although I did place in 3rd in the Mario AI contest but there were only about 10... more »
Tweet 0 Comments Save Tags: c-and-cpp , games , how-to , reviews
Avoiding and Identifying False Sharing Among Threads
In symmetric multiprocessor (SMP) systems, each processor has a local cache. The memory system must guarantee cache coherence. False... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , how-to , methodology
Visual Studio 2010 C++ Project Upgrade Guide
One of the major improvements in this release is that the C++ build system is moving from the VCBuild based system to the MSBuild based... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , how-to , microsoft
Older Developers: Bad Habits Are Killing Your Career
Experienced software developers are valuable, but it's their habits that will dictate the direction of their career, not their age.
Tweet 3 Comments Save Tags: c-and-cpp , css-html , java
Versant ODB as Easy as ORM
Yet another alternative to the relational database is the object database. Learning a new method for data storage can be scary for some... more »
Tweet 1 Comments Save Tags: .net , c-and-cpp , database , java
n-bodies: a parallel TBB solution: parallel code: first run’s fatal flaw
Last time when I resumed the exploration of my simple n-body gravitational simulator, I produced some performance numbers and revealed... more »
Tweet 1 Comments Save Tags: c-and-cpp , how-to , methodology
Five Pervasive Myths About Older Software Developers
Think that older developers are less valuable than newer ones? Labor statistics indicate that might be some short-sighted thinking. ... more »
Tweet 3 Comments Save Tags: c-and-cpp , css-html , flash-flex , java
Reducing Compilation Time: Precompiled Header
Find out how pre-compiled headers can be beneficial for your software project.
Tweet 0 Comments Save Tags: c-and-cpp , how-to , news , tools
10 Google Interview Questions
Here is a list of 10 questions which are commonly asked in a Google Interview. They are not in any specific order.
Tweet 1 Comments Save Tags: c-and-cpp , how-to , opinion , research
Why C++ Doesn't Suck
It seems like it's becoming easier and easier these days to find rants from people about why C++ sucks. To see how easy it is, just go to... more »
Tweet 8 Comments Save Tags: c-and-cpp , opinion , reviews
NetBeans 6.9 M1: OSGi Support, JDK 6 Required
Only a few months after the release of NetBeans 6.8, 6.9 development is already well underway with the release of its first milestone. ... more »
Reentrant and thread safe functions
A thread is a sequence of execution in a process. The feature of concurrently executing threads of a process is that they share resources... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to , research
Analysis of an algorithm
Algorithms are analyzed mainly on two categories. One is the speed of execution of the algorithm and the second is the memory requirement... more »
Tweet 0 Comments Save Tags: c-and-cpp , research
5 Most Popular Posts on Complete Coding
Complete Coding was started on 1st December 2009. The intent of this blog is to provide valuable insights on programming and software... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to , open source , research




