Sunday, February 5, 2023

Show HN: Fast VHDL language server written in Rust https://ift.tt/MFivwPg

Show HN: Fast VHDL language server written in Rust I want to share a VHDL language server I have written in Rust. It is now in a really good state and is ready to be the daily driver for someone working on VHDL. It is completely free and open source, enjoy! The performance is great, it can load 200k lines in 200ms using all 8-cores on my desktop. When loaded it only consumes 220 MB of RAM. It supports goto/find-references as well as type checking for close to all of VHDL-2008. https://ift.tt/04dwR7b February 5, 2023 at 03:10AM

No comments:

Show HN: WebGPU enables local LLM in the browser – demo site with AI chat https://ift.tt/3P1DTwH

Show HN: WebGPU enables local LLM in the browser – demo site with AI chat Browser LLM demo working on JavaScript and WebGPU. WebGPU is alrea...