search for: time_delta

Displaying 2 results from an estimated 2 matches for "time_delta".

2006 Feb 05
1
return yr/mo archive of posts
looking at ways to return an archive, by year/month in the past, (via php) i''d do something like pull all the entries, ordered by date and iterate through them, doing a check on the month and year and adding them to an array if there was a change that method doesn''t really feel very fluid or rails-like. any suggestions?
2009 Aug 26
0
[LLVMdev] [Stackless] [C++-sig] [Boost] Trouble optimizing Boost.Python integration for game development (it seems too slow)
...thon takes like 0.052 sec/tick >> > (The overhead introduced by python's iterating through the list of >> > objects >> > each tick is about 0.01 sec) >> > During one tick, for each object, python runs this: "self.position += >> > self.velocity * time_delta", >> > where position and velocity are instances of Vec3. >> > >> > I was hoping for better results than with Cython, by using Boost. Am I >> > doing >> > something wrong? >> > >> > >> > >> > Source code: >>...