8000 GitHub - Sqydev/CordorLib: Easy to use, memory efficient and fast queue lib for c
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sqydev/CordorLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORDORLIB

C queue library

license last-commit repo-top-language repo-language-count


🗺️ Table of Contents

📍 Overview

CordorLib is very easy to use & very memory efficient || very fast queue library for Clang

👾 Features

It has everything you need in queue library

📁 Project Structure

└── CordorLib/
    ├── LICENSE
    ├── README.md
    ├── lib //Files for you to use
    │   ├── Cordor.c
    │   └── Cordor.h
    └── src //My programing thingies
        └── Cordor.c

🚀 Getting Started

⚙️ Installation

Becouse of the fact that this is classic header & c file you just have to Copy files From Git Repo and add flag when compiling:

  1. Clone the CordorLib repository:
❯ git clone https://github.com/Sqydev/CordorLib
  1. Navigate to the project directory:
cd CordorLib
  1. Copy .h and .c file from the lib directory(or yust copy whole lib folder) to your project:
❯ cp -r ~/CordorLib/lib {your project patch}
  1. Include lib in your project with:
#Include "Cordor.h"
  1. When your done coding compile your code with:
❯ gcc -o YourProject.out YourProject.c YourProjectDir/lib/CordorLib.c
  • -o YourProject.out -- Name of output file

  • YourProject.c -- Name of YourProject file

  • YourProjectDir/lib/CordorLib.c -- Location of the library file

🤖 Usage

The entire usage of library is documented in Documentation:

📌 Project Roadmap

  • Task 1: Easynes to use & memory efficiency
  • Task 2: Make 2 types of queue, one supermemeffi and the other one fast but still memefi(normal).
  • Task 3: Improvements.
  • Task 4: First Official Release.
  • Task 5: More Improvements.

🔗 Important links

🎗 License

This project is under the Mit License.


Btw, template for this README was made by Readme-Ai, I recommend it wholeheartedly:).

About

Easy to use, memory efficient and fast queue lib for c

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0