Shenyu – High-Performance Java API Gateway

High-Performance Java API Gateway. Contribute to dromara/shenyu development by creating an account on GitHub. Read more

Similar

Switching from Java to Go

Like many people, I came to Go with a background in Java. Getting started on Go isn’t too hard, but it does require a change in mindset when it comes to a few key areas. Declaring Interfaces Like in Java, Go interfaces are a powerful way to make code test... (more…)

Read more »

Java Priority Queue

Java.util package provides a PriorityQueue class where an unbounded priority queue based on a priority heap. The elements of the priority queue are ordered according to their natural ordering, or by a Comparator provided at queue construction time, depend... (more…)

Read more »