Performance
-
.NET
Articles on Performance, DSC, PowerShell
Welcome to 1Gig Tech update! Happy New Year! The New Year edition has 16 articles on technology, news, open source, community…
Read More » -
Software Development
The importance of a data format: Part II – The environment matters
When designing a new data format, it is important to remember in what environment we’ll operate in, what are the…
Read More » -
Software Development
The importance of a data format: Part I – Current state problems
JSON is a really simple format. It make it very easy to work with it, interchange it, read it, etc.…
Read More » -
.NET
Micro benchmarks and hot paths
I’m doing some work to refactor a complex piece of code, and I have a piece of memory that is…
Read More » -
.NET
Using arrays to speed up static tree traversal
Over the last two weeks I wrote about how to construct and query a string prefix-trie. We used the data…
Read More » -
.NET
Optimizing I/O throughput
We got a customer request about performance issues they were seeing on startup on a particular set of machines. Those…
Read More » -
Software Development
Matching string prefixes using a prefix-trie 2
After discussion the general problem of matching string prefixes two weeks ago, we starting on the implementation of a prefix-trie…
Read More » -
Software Development
Matching string prefixes using a prefix-trie
Last week we discussed the problem of matching string prefixes and designed algorithms on the basis of a sorted list…
Read More » -
Software Development
A discussion on matching string prefixes
Strings are an exceptionally flexible data type. They can be used to represent virtually any kind of data, or even…
Read More » -
.NET
Detailed frame-time performance measurement
Performance has always been an important aspect of game development. From the early days, where the processing power of hardware…
Read More »
- 1
- 2