# LanguageMark **Repository Path**: mirrors_skywind3000/LanguageMark ## Basic Information - **Project Name**: LanguageMark - **Description**: Native Language Benchmark in Numerous Algorithms - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LanguageMark Native Language Benchmark in Numerous Algorithms ## Eight Queens Problem | Name | C | Rust | Gap | |-|-|-|-| | Recursion | 571ms | 648ms | 13% | | Non-Recursion | 635ms | 667ms | 5% | Compiled with `clang 9` and `rustc 1.42`.