Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Inadequate Hash Table Structure #5

Open
ben-marshall opened this issue Jul 7, 2016 · 0 comments
Open

Inadequate Hash Table Structure #5

ben-marshall opened this issue Jul 7, 2016 · 0 comments

Comments

@ben-marshall
Copy link
Owner

ben-marshall commented Jul 7, 2016

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:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant