Simplify and consolidate all data structures into hash tables -------------------------------------------------------------
Key: AVRO-394 URL: https://issues.apache.org/jira/browse/AVRO-394 Project: Avro Issue Type: Improvement Components: c Reporter: Matt Massie Assignee: Matt Massie Previously, I was using a singly-linked tail queue for lists/array of data structures. To make the code cleaner, performant and easier to maintain, I've dropped queue.h and instead use the numerical hash tables in st.h/st.c. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.