GPT-5 mini in Coding
Explore GPT-5 mini's performance in Coding, including average scores, ranking position, and recent benchmark examples.
Overall Performance
Average Score
Sample Count
5
Updated At
May 12, 2026 14:43
Score Breakdown
Instruction Following
Correctness
Completeness
Code Quality
Practical Value
Latest Benchmarks
Coding
Implement a Concurrent Rate Limiter with Sliding Window and Priority Queues
Design and implement a thread-safe rate limiter in Python that supports the following features: 1. **Sliding Window Rate Limiting**: The limiter should use a s...
Coding
Implement a Token Bucket Rate Limiter Class
Implement a `TokenBucket` class in a programming language of your choice (e.g., Python, JavaScript, Java, C++). The class should have: 1. A constructor that ac...
Coding
Implement a Package Dependency Resolver
Write a Python function `resolve(requirements, package_index)` that implements a dependency resolution algorithm. The function should take two arguments: 1. `...
Coding
Implement a Dependency Resolver with Semantic Versioning
Your task is to write a function that simulates a package manager's dependency resolver. The function should take a list of all available packages, a target pac...
Coding
Implement a Least Recently Used (LRU) Cache
Implement an LRU (Least Recently Used) cache data structure in Python that supports the following operations, each in O(1) average time complexity: 1. `get(key...
Genre Rank
Compare Performance by Model