awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alexkohler avatar

alexkohler/prealloc

0
View on GitHub↗
666 نجوم·26 تفرعات·Go·MIT·2 مشاهدات

Prealloc

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

Features

  • Code Quality Linters - Suggests preallocating slices to improve memory performance.
  • Static Analysis Tools - Finds Go slice declarations that could be preallocated.

سجل النجوم

مخطط تاريخ النجوم لـ alexkohler/preallocمخطط تاريخ النجوم لـ alexkohler/prealloc

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Prealloc

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Prealloc.
  • jgautheron/goconstالصورة الرمزية لـ jgautheron

    jgautheron/goconst

    318عرض على GitHub↗

    Find in Go repeated strings that could be replaced by a constant

    Go
    عرض على GitHub↗318
  • pycqa/flake8الصورة الرمزية لـ PyCQA

    PyCQA/flake8

    3,760عرض على GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    عرض على GitHub↗3,760
  • 360entsecgroup-skylar/goreporterالصورة الرمزية لـ 360EntSecGroup-Skylar

    360EntSecGroup-Skylar/goreporter

    3,123عرض على GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    عرض على GitHub↗3,123
  • pycqa/prospectorالصورة الرمزية لـ PyCQA

    PyCQA/prospector

    2,085عرض على GitHub↗

    Inspects Python source files and provides information about type and location of classes, methods etc

    Python
    عرض على GitHub↗2,085
عرض جميع البدائل الـ 30 لـ Prealloc→

الأسئلة الشائعة

ما هي وظيفة alexkohler/prealloc؟

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

ما هي الميزات الرئيسية لـ alexkohler/prealloc؟

الميزات الرئيسية لـ alexkohler/prealloc هي: Code Quality Linters, Static Analysis Tools.

ما هي البدائل مفتوحة المصدر لـ alexkohler/prealloc؟

تشمل البدائل مفتوحة المصدر لـ alexkohler/prealloc: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… pycqa/prospector — Inspects Python source files and provides information about type and location of classes, methods etc. 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. jgautheron/goconst — Find in Go repeated strings that could be replaced by a constant. alexkohler/unimport. alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.