Syed_Akhtar_Gha
Feb 22, 2012Nimbostratus
Pointer Arrays in iRules
Hi,
I was going to write an iRule which requires multiple string comparison. String comparison are no doubt computationally expensive. In C/C++ we used to use pointers or even pointer arrays (for 2D arrays) and _asm code to make the code efficient.
Is there any such data type that can be used for string comparison rules?
Best regards,
Akhtar