search for: handred

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

Did you mean: handled
2010 Sep 24
1
A new tryout with Topix two years later
Two years later, Wine 1.3.3 and a new tryout with Topix8 (new version). Great - it run's but the program crashed if I try to close it, see here: Code: $ wine TOPIX8.exe fixme:win:WINNLSEnableIME hUnknown1 0x10062 bUnknown2 1: stub! fixme:imm:ImmGetOpenStatus (0x136298): semi-stub fixme:imm:ImmReleaseContext (0x10062, 0x136298): stub fixme:process:GetProcessWorkingSetSize
2009 Aug 15
4
Isn't there any performance issue when saving serialized attributes every time?
...attribute friend_ids, which is the id array of the user''s friends (used to be a friendships table, but when that table grew to tens of millions of records, we refactored it to a User''s attribute). The User model in our app is saved very frenquently, and many users have more than 1 handred friends, so the friend_ids may has 1kB long. Some of my colleages opposed to use serialized friend_ids, and suggested to used a comma separated string instead because saving 1kB each time would have performance issue.