operator<<
John Cormie's Radio Weblog

 






Subscribe to "operator<<" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 

 

  Wednesday, September 04, 2002


I'm feeling a bit of programming culture-shock at work. A lot of things are very different here than what I'm used to:

  • Premptive multi-threading is frowned upon because of the cost of context switching and all the trouble it can get you into. So forget everything you learned in CS342. Most of our stuff has a single thread that processes events as they happen.
  • No STL is to be seen anywhere. Because the program for our main product must live on a 16MB flash disk, space is at a premium. Heavy use of STL would bloat the code too much to be used.
  • Instead we use a home grown class library called wvstreams that is taking me some time to get used to.

2:48:40 PM     comment []


Click here to visit the Radio UserLand website. © Copyright 2004 John Cormie.
Last update: 3/21/2004; 10:27:39 AM.

September 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Aug   Oct