You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
In the interests of getting something working quickly, the ast_hashtable structure in verilog_ast_common.h/c is implemented over the top of ast_list, and all operations take O(N) time.
What should happen:
It should be a proper hash table, with proper hashing and all that.
Issue Description
In the interests of getting something working quickly, the ast_hashtable structure in verilog_ast_common.h/c is implemented over the top of ast_list, and all operations take O(N) time.
What should happen:
It should be a proper hash table, with proper hashing and all that.
People to Notify:
The text was updated successfully, but these errors were encountered: