write-a-hash-table VS os-tutorial

Compare write-a-hash-table vs os-tutorial and see what are their differences.

write-a-hash-table

✏️ Learn how to write a hash table in C (by jamesroutley)

os-tutorial

How to create an OS from scratch (by cfenollosa)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
write-a-hash-table os-tutorial
3 40
3,350 26,384
- -
0.0 2.3
5 months ago 7 months ago
C
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

write-a-hash-table

Posts with mentions or reviews of write-a-hash-table. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-24.
  • Why is there a pointer here?
    2 projects | /r/C_Programming | 24 Mar 2023
    Hi! I'm learning C through project based learning building a hash_table implementation. The linked folder has an implementation of hashing algorithm displayed in the link below. My question is why is there a pointer for `char\*`. Whats the use of it if its just a regular function iterating over the string?
  • What does a pointer to a pointer to a struct mean?
    1 project | /r/C_Programming | 27 Oct 2022
    The above code snippet is taken from this github repo. In the second struct what does a pointer to a pointer to a type `ht_item` mean? I know what a pointer would do in this case but having a pointer to a pointer is not clicking anything in me. Please help
  • In-depth software programming
    36 projects | dev.to | 27 Feb 2021
    C: Learn how to write a hash table in C

os-tutorial

Posts with mentions or reviews of os-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.

What are some alternatives?

When comparing write-a-hash-table and os-tutorial you can also consider the following projects:

jonesforth - Mirror of JONESFORTH

littleosbook - Source for the little book about OS development

guide - The official guide for discord.js, created and maintained by core members of its community.

64bit-os-tutorial - This OS Tutorial expands on the fundamental concepts covered in cfenollosa/os-tutorial and covers entering long mode on the x86_64 architecture. It also uses clang rather than relying on an external crosscompiler. I plan on keeping it up to date, so feel free to submit an issue!

naivecoin - A tutorial for building a cryptocurrency

dnsguide - A guide to writing a DNS Server from scratch in Rust

os01 - Bootstrap yourself to write an OS from scratch. A book for self-learner.

SavjeeCoin - A simple blockchain in Javascript. For educational purposes only.

acwj - A Compiler Writing Journey

javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

raspberry-pi-os - Learning operating system development using Linux kernel and Raspberry Pi