scripting - Does an AWK script take up a lot of CPU? -


Does AWK use too much processing power? If so, is there a better scripting language to do this? Or should I do it in C. (where my code is remaining).

Depending on you that most of the work you are asking to do is passed to the regexp engine What should be the same, whatever language you use.

Now if you are using a strange script from within a C program, and you have the resources to implement the functionality in C, you're better off doing this / Expiration + Communications overhead (which may or may be a major part of the performance you receive).

For more information, tell us more about your script!


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -