Multi Term Query, Drop Index, Nested Fields, Indexing on an array, Unique Index, Compound indexes, Covering Index, Dead Weight Index, Background built Index,
MongoDB : Finding Documents
mongo DB finding documents
Coding for Performance : Code Generation
Coding for Performance : Code Generation
Dock the DevOps out of it !!!!
How Docker optimizes a DevOps Ecosystem
Coding for Performance : Override Equals & GetHashCode 4 Structs
An extremely important part of using structs is overriding the Equals and GetHashCode methods. If you don’t, you will get the default versions, which are not at all good for performance. To get an idea of how bad it is, use an IL viewer and look at the code for the ValueType.Equals method. It involves... Continue Reading →
Coding for performance: Struct vs Class
Coding for performance: Struct vs Class