Jagger

Results 45 comments of Jagger

@julianschiavo It takes less computing while you read the biggest few elements. It is more effective when you only use some of the biggest elements but not all collection. It's...

Yes. See the heap in my reply. If you take `10`, `9` will popped to the top, and `8` will be popped up. For `8` has no child and it's...

> Firstly, Comparable implies strict order, and that's probably not expected in priority queues. @zienag I think it's better to just give the `Heap` struct an extra field like `order`...

We could only collect lines of code info in PR events 😢

TBD: - upgrade plugin versions - relocate docusaurus components - reimplement deleted or refactored docusaurus components - reimplement hijacked theme components - reimplement custom plugins ...

Could use OpenAPI as internal document: params.json -> OpenAPI.json -> swagger ui

We could preview docs at https://redocly.github.io/redoc/?url=https://api.ossinsight.io/openapi.yaml

As a workaround: ```json { "scripts": { "dev": "vite -c vite.config.prod.ts", "build": "cp vite.config.prod.ts vite.config.ts && vite-ssg build && rm vite.config.ts", "build:preview": "cp vite.config.preview.ts vite.config.ts && vite-ssg build && rm...