[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-08 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/1197 We get complaints about huge PRs and now we get complaints about small ones :-(. I think for a change like this starting small is the best approach especially given how contentious

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-07 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/1197 Please reformat the PR and commit subject to the convention: ``` TS-1257: Replace TCL hash table with unordered_map. ``` --- If your project is set up for it, you can reply to

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-07 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/1197 Set the tags to the right please :). --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-06 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/1197 TCL hash is being used in numerous places including RecCore, InkAPI, URLRewrite etc. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/1197 Pretty sure I see other places where TCL hash is used, no? So this would just make things worse, we'd get both TCL hash and STL hashes :-/. --- If your project is set up for it, you can reply

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/1197 Is this the only place where we use TCL hash now? If so, it seems we could shoe horn something else here other than STL? --- If your project is set up for it, you can reply to this email and

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/1197 Please review @SolidWallOfCode --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/1197 Boom! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/1197 Please review @SolidWallOfCode --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/1197 Because then we don't need to like or require TCL. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] trafficserver issue #1197: TS-1257_ssl_cipher_name_table: replace TCL_HashTa...

2016-11-04 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1197 Why are we replacing the TCL hash with an STL unordered map? I don't see a benefit of switching from TCL hash, unless we are going to use lib/ts/Map. --- If your project is set up for