Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in internals

Is there a difference between \??\ and \\?\ paths?

winapi internals

Why are two random deviates needed to ensure uniform sampling of large integers with sample()?

r random internals prng

Why does C# System.Decimal (decimal) "waste" bits?

Will the object change its hidden class if we create new prototype properties?

Ruby left vs right recursion

What Ruby technique does Rails use to make my controller methods render views?

How does Firebug work internally?

Why doesn't PHP's Autoload feature work in CLI mode?

php autoload internals

How is the s=s+c string concat optimization decided?

How does c# figure out the hash code for an object?

c# hash internals

Alignment along 4-byte boundaries

c++ cpu alignment internals

Converting an extension method group to a delegate with a generic type

Why might a proc run faster than a block?

ruby internals

How does event handling work internally within JavaScript?

I'm trying to understand Microsoft's DoubleUtil.AreClose() code that I reflected over

c# .net compare double internals

STL internals: deque implementation

c++ stl internals

Rendering Optimization and Sibling Selectors

canEqual() in the scala.Equals trait

scala internals scala-2.11

GNU STL string: is copy-on-write involved here?

c++ string g++ internals

Why was the object_id for true and nil changed in ruby2.0?