JulianKemmerer / PipelineC

A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
https://github.com/JulianKemmerer/PipelineC/wiki
GNU General Public License v3.0
569 stars 46 forks source link

changed dict() to {} #160

Closed ghost closed 1 year ago

ghost commented 1 year ago

{} is preferred in the python community (use literals where possible, it's faster weirdly enough).

see: https://stackoverflow.com/questions/17097985/dict-vs-in-python-which-is-better