Effective Java Builder Pattern Code Generator

Description

Sometimes I need to follow Effective Java to write Builder Pattern.
There are attributes, getters, Java Doc and a builder.
I wrote a Java based code generator before, I change to JavaScript based codes and put in GitHub.

Reference


沒有留言:

張貼留言

Lessons Learned While Benchmarking vLLM with GPU

Recently, I benchmarked vLLM on a GPU to better understand how much throughput can realistically be expected in an LLM serving setup. One ...