5 مستودعات
Memory management techniques that use raw binary formats to avoid object overhead and garbage collection.
Distinct from Memory Management: Focuses on the memory layout and binary representation rather than just the allocation strategy.
Explore 5 awesome GitHub repositories matching operating systems & systems programming · Binary Memory Layouts. Refine with filters or upvote what's useful.
This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu
Explains how to arrange objects in memory to maintain compatibility with binary APIs.
Rust-bindgen هو مولد ربط واجهة وظيفة خارجية (FFI) في وقت البناء ومحلل ترويسات C مصمم لأتمتة التوافق بين اللغات. يعمل كأداة لربط Rust بمكتبات C و C++ و Objective-C عن طريق إنتاج إعلانات خاصة بالمنصة أثناء عملية التجميع. يتميز المشروع بقدرته على التعامل مع هياكل لغة عائلة C المعقدة، بما في ذلك الوراثة والطرق في C++، بالإضافة إلى فئات وبروتوكولات Objective-C. يضمن التوافق الثنائي عبر بنيات مختلفة عن طريق حساب تخطيطات الذاكرة المدركة للهدف والتحقق من أن أحجام الهياكل والمحاذاة الناتجة تتطابق مع تعريفات المصدر الأصلية. توفر الأداة تعيين أنواع واسع النطاق لاتحادات C، وحقول البت، وأعضاء المصفوفة المرنة، مع تعيين أنواع المكتبة القياسية غير القابلة للترجمة أو المعقدة إلى كتل بايت مبهمة. تتضمن نظام تكوين لتصفية الروابط، واستبدال الأنواع المعقدة، والتحكم في اشتقاق السمات أو رؤية الحقول. يمكن أن تتضمن الروابط التي تم إنشاؤها توثيقاً مستخرجاً من ترويسات النظام وتتم معالجتها من خلال منسق قياسي لضمان تنسيق كود متسق.
Calculates structure padding and alignment by querying the target platform's compiler to ensure binary compatibility.
إطار عمل Ant هو إطار عمل لمحرك ألعاب مصمم لبناء تجارب ثلاثية الأبعاد تفاعلية. يوفر بنية تحتية أساسية لوقت التشغيل تدعم دمج حزم وظيفية مستقلة وقابلة لإعادة الاستخدام لتوسيع قدرات المحرك. يتميز المحرك بخط معالجة أصول متخصص يعمل مسبقاً (Ahead-of-time) يقوم بتحويل النماذج ثلاثية الأبعاد الخام، والقوام، والتظليلات إلى تنسيقات ثنائية محسنة. من خلال استخدام تخطيطات الذاكرة المعينة مسبقاً، يقلل النظام من عبء معالجة وقت التشغيل ويحسن سرعات تحميل أصول اللعبة. يتم دعم التطوير بواسطة محرر عالمي قابل للبرمجة يسمح بتجميع المشاهد وتكوين الكائنات من خلال واجهة بصرية. تم تصميم مساحة العمل هذه لتكون قابلة للتوسيع، مما يتيح تكوين أدوات وواجهات مخصصة عبر طبقة برمجة نصية. يتضمن إطار العمل أيضاً أدوات تصحيح أخطاء مدمجة لفحص منطق التطبيق أثناء التنفيذ.
Stores processed assets in pre-computed memory-mapped formats to ensure high-speed loading and efficient data access.
Umbrella is a comprehensive ecosystem of TypeScript-based libraries and a mono-repository designed for UI rendering, mathematical frameworks, WebAssembly bridging, and functional data processing. It provides a suite of tools for managing reactive data streams, binary serialization, and specialized memory management. The project includes a reactive component model for generating HTML, SVG, and Canvas elements from nested data structures, as well as a system for integrating JavaScript and WebAssembly through generated bindings. It features a mathematical framework for linear algebra, tensor ope
Manages raw memory buffers using fixed offsets and typed views to optimize high-performance data exchange.
This project is an educational resource and technical manual for Apache Spark, focused on the architecture and practical application of large-scale data processing. It serves as a guide for big data engineering and distributed computing, covering the principles of parallel processing and fault-tolerant data distribution. The material provides instructional content on designing distributed ETL pipelines and implementing data analysis workflows. It includes tutorials for polyglot data processing, offering patterns and examples for using Python, Scala, and Java within a unified environment. The
Details the Tungsten engine's use of off-heap binary memory to optimize data processing performance.