Tarsier LabsTarsier Labs
🐵
Home
Categories
Tags
Bookmarks
About
Back to tags

DeepSeek

0 articles

Translation Parallelism Optimization: Performance Leap from Serial to Concurrent Processing

Translation Parallelism Optimization: Performance Leap from Serial to Concurrent Processing

This article analyzes the fundamental performance bottleneck of the blog translation system—serial processing caused by Worker concurrency=1. Through optimizations such as increasing concurrency and reducing internal latency, translation throughput is improved by approximately 5 times.

00
Interface Management
Translation System Evolution Chronicle: From DeepSeek Migration to 429 Rate Limiting, Speed Optimization, and Detection Enhancement

Translation System Evolution Chronicle: From DeepSeek Migration to 429 Rate Limiting, Speed Optimization, and Detection Enhancement

This article documents the ongoing operational challenges of the blog translation system after the Provider migration, covering DeepSeek speed optimization, 429 rate limiting handling, category/tag translation detection fixes, and the complete implementation of admin backend translation enhancement features.

00
Interface Management
AI Multi-Provider Abstraction Layer: Unified Access and Automatic Failover for Gemini + Groq + DeepSeek

AI Multi-Provider Abstraction Layer: Unified Access and Automatic Failover for Gemini + Groq + DeepSeek

The JoyMini API's AI service has evolved from a single Gemini Provider to a multi-Provider abstraction architecture, supporting unified access, automatic failover, Provider-level key rotation, and Admin UI visual configuration for three AI providers: Gemini, Groq, and DeepSeek.

00
Interface Management