Search
-
Recent Posts
Categories
- Benchmark (1)
- Browsers (2)
- C++ (2)
- Coding (17)
- DirectX (1)
- Flash (1)
- Games (7)
- Javascript (1)
- MySQL (1)
- Nintendo DS (1)
- PC (6)
- PHP (7)
- Random (3)
- Reviews (3)
- VB.NET (7)
- Visual Basic (1)
- World News (1)
Archive for September, 2012
-
C#: Dictionary vs List — Benchmark Testing
NOTE: These tests are done on Windows 7 64bit, 12gig ram, Intel i5-2500K @ 3.30GHz I’ve been working on a spaceship type game (New game in progress) in C#/XNA and ran into a little question new coders normally want to know. Should we use Dictionary or List for our elements of data? It depends on [...]