IE8 Brief Performance
so it got released yesterday and there’s a lot of speculation regarding performance, so I just briefly timed the load timed of a few of my favorite sites:
| ie | ff | |
|---|---|---|
| wordpress | 8 | 15 |
| 8.8 | 9.1 | |
| xs forums | 9.6 | 13 |
| cnn.com (uncached) | 18 | 28.2 |
| myspace | 5 | 8 |
| myspace login | 27 | 26.7 |
IE8 seems to do okay, my tests arent super scientific or even done properly, just a quick test between the latest stable FF3 and IE8 on my machine. The memory usage of IE8 seems crazy tho: 60mb for two tabs across 2 processes. Earlier it was sitting at around 210mb for 3 tabs open with 4 processes running.
I’m sure they’ll be some in depth performance reviews in the future, and I’ll be looking forward to it…
My attempt at a DX10 game engine… Name Ideas
So I’ve started with developing the AI test bed for my masters experiments, and since I kinda wanted something that looked nice, I basically started developing a game engine without knowing it
I’ve been working on it for around a week now, and have a very basic renderer and a basic camera system going… The next step will be developing the scene graph and spatial data structures needed for rendering. I’ve been doing so much reading on scene graphs and so one that it’s coing out my ears and yet I’m not any closer to having an idea on a good solution. I could probably do my entire masters on scene graphs and spatial sorting.
Anyways I’m going to discontinue my DX10 tutorials since all the future tutorials will anyways be based off of my engine, so I’m going to start a new series of tutorials on building a very basic dx0 game engine.
The amount of files in the projects are growing and I need to come up wiht a nice name so i can start encapsulating the classes in namespaces, and have a nice uniform naming across the components, since the engine is going to be super super simple i was thinking as using one of the following as the engine name:
- Cimplicity
- basikEngine
- CimplEngine
- SimplEngine
- engineBasix
Any other suggestions?