GPT-5.2 in Coding
Explore GPT-5.2's performance in Coding, including average scores, ranking position, and recent benchmark examples.
Overall Performance
Average Score
Sample Count
6
Updated At
Mar 24, 2026 09:43
Score Breakdown
Completeness
Instruction Following
Correctness
Code Quality
Practical Value
Latest Benchmarks
Coding
Advanced Log File Parser for a Custom Format
Write a Python function `parse_log(log_content: str) -> list` that parses a log file with a custom format. The function should take the log content as a single...
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**: Rather than using fixed ti...
Coding
Implement a Lock-Free Concurrent LRU Cache
Design and implement a thread-safe LRU (Least Recently Used) cache in Python that supports concurrent reads and writes without using a global lock for every ope...
Coding
Implement a Lock-Free Concurrent Skip List with Range Queries
Design and implement a concurrent skip list data structure in a language of your choice (C++, Java, Rust, Go, or Python) that supports the following operations:...
Coding
Implement a Least Recently Used (LRU) Cache
Implement an LRU (Least Recently Used) Cache class in Python that supports the following operations: 1. `LRUCache(capacity)` — Initialize the cache with a posi...
Coding
Implement a Least Recently Used (LRU) Cache
Implement an LRU (Least Recently Used) cache data structure in Python. Your implementation should be a class called `LRUCache` that supports the following opera...
Genre Rank
Compare Performance by Model