Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

BFDEV Introduce

bfdev is a high-performance, aesthetically pleasing, and portable infrastructure provisioning library. Its goal is to provide a comprehensive and streamlined development environment.

logo

Why Choose

  • The library provides common data structures, eliminating the need to reinvent the wheel.
  • Supports dynamic checking of data structures.
  • Designed with an object-oriented approach, providing compatibility with various project.
  • Offers a rich and well-organized set of APIs for users.
  • Conforms to the GNUC standard, ensuring strong cross-platform compatibility.

Note

We are seeking developers to collaborate with us on improve this project.

View supported components: Docs

Directory Structure

.
├── arch
├── cmake
├── docs
├── examples
├── include
├── scripts
└── src
DirectoryDescription
archISA related code
cmakecmake configuration file
docsdoc for guiding
exampesunit testing and case
includeinclude path
scriptsbuild scripts
srccore code path

Reference Path

graph LR
include[include]
include/asm-generic[asm-generic]
arch/asm[asm]
arch/asm-generated{exist}
subgraph target[User Installation]
include/bfdev[bfdev]
include/bfdev/asm-generic[bfdev:asm-generic]
arch/bfdev/asm[bfdev:asm]
arch/bfdev/asm-generated{exist}
end
include --> arch/asm-generated
arch/asm-generated --Y--> arch/asm
arch/asm -.-> include/asm-generic
arch/asm-generated --N--> include/asm-generic
include/bfdev --> arch/bfdev/asm-generated
arch/bfdev/asm-generated --Y--> arch/bfdev/asm
arch/bfdev/asm-generated --N--> include/bfdev/asm-generic
arch/bfdev/asm -.-> include/bfdev/asm-generic
include --> include/bfdev
arch/asm --> arch/bfdev/asm
include/asm-generic --> arch/bfdev/asm
Loading

Documentation Tutorial

Quickly start, API manual, see Bfdev Documentation Tutorial

About

Official repository of bfdev, A C lang algorithm & container library that balances performance, cross-platform compatibility and memory savings while providing a user-friendly API.

Topics

Resources

Stars

14 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages