Skip to main content

ben-manes/caffeine

SkillsMP는 ben-manes/caffeine에서 32개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
32
GitHub 스타
17,831
GitHub 포크
1,709

이 저장소의 skills

수집된 skill 32개 중 32개를 표시합니다.

직업 분류
미분류
설명

Regenerate the window climber's adversarial trap traces and run the behavioral gate against the real cache in the simulator

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Adversarial workload search for eviction-policy regret. Crafts, shrinks, and classifies workloads on which the adaptive window climber fails to close the gap to its achievable optimum, and routes each failure class to the mechanism responsible (controller,…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Price each algorithmic step of the window climber by removing it, to find steps that no longer earn their keep and branches that no longer fire

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Heavyweight history-mining bug audit. Walks the caffeine module's git history chronologically (oldest to HEAD), maintains a forward-tracked issue database, and surfaces concerns introduced by past commits that were never resolved. Catches bugs that snapshot…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Audit the adaptive window hill-climber and region-resize logic for implementation defects (not algorithm quality)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audit for arithmetic and boundary bugs (overflow, off-by-one, drift)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Differential audit comparing matched code paths that should behave identically. Spawns one auditor per sibling pair (sync/async, bounded/unbounded, view consistency, bulk vs single, generated node variants, read fast vs slow, adapter conformance) and requires…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Hostile full-codebase review by parallel adversarial agents with no design context — finds bugs that domain familiarity masks

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

JSR-107 (JCache) spec-conformance audit

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audit build and CI configuration for correctness risks

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit ConcurrentMap and Map contract compliance for asMap() view

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Find places where documented API contracts and the implementation diverge

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audit exception safety and failure atomicity across all throw sites

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Analyze shutdown, close, and GC-of-cache lifecycle correctness

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Analyze reference retention paths that prevent GC of removed entries

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Analyze user callbacks for re-entrancy defects (deadlock, corruption)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Verify every third-party and sharp-edged JDK API usage against the contract the upstream documentation actually states

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Multi-layer adversarial code review of a diff or branch using parallel specialized reviewers with triage

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit explicit state machines (drain status, node lifecycle, async-value lifecycle) for illegal or missed transitions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze feature interaction pairs and triples for concurrent defects

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze concurrent iteration and view consistency guarantees

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Java Memory Model audit of all VarHandle/volatile field access modes

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze behavior under adversarial or extreme API inputs

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Attempt formal correctness proofs for all public cache methods

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Discover test coverage gaps that could hide correctness defects

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze the cache for linearizability violations across all public methods

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze the cache for liveness defects (progress, termination, starvation)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit hot paths for performance inefficiencies (allocations, contention, layout)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit serialization proxy correctness and round-trip safety

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit one cache subsystem for concurrency correctness defects

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze a cache trace file to understand its characteristics and recommend policies

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run cache policy hit rate comparison across multiple cache sizes with charts

원문 언어: 영어

업데이트
수집된 skill 32개 중 32개를 표시합니다.