Post Reply 
How many elements in a CASE ?
02-25-2016, 07:08 AM
Post: #10
RE: How many elements in a CASE ?
In C/C++, using a 256-case switch() statement, minus the default cases, was the way to go. However, in PPL, in order to keep execution time down, you'll have to use what Cyrille suggested.
Be sure to benchmark the solutions first Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How many elements in a CASE ? - smp - 02-22-2016, 12:18 PM
RE: How many elements in a CASE ? - smp - 02-22-2016, 11:02 PM
RE: How many elements in a CASE ? - smp - 02-23-2016, 08:25 PM
RE: How many elements in a CASE ? - smp - 02-23-2016, 11:31 PM
RE: How many elements in a CASE ? - smp - 02-24-2016, 12:40 PM
RE: How many elements in a CASE ? - smp - 02-29-2016, 01:40 AM
RE: How many elements in a CASE ? - debrouxl - 02-25-2016 07:08 AM



User(s) browsing this thread: 1 Guest(s)