Category: Data Conversion
-
Scaling Values Using a Lookup Table
Lookup tables are great for transforming values with a non-linear relationship
-
The easiest way to convert a TCP/IP stream into a cluster
I have some existing code that takes a stream of bytes from a TCP/IP connection and converts it into a cluster. It works fine but I think it’s going to become unmanageable