w3store  -   ultrafast high performance C / C++ database
Imagine a database update would only take 2 nanoseconds ... here it is
  • Memory Mapped database
  • Direct pointer and structures
  • Linux, Windows, Mac, iOS ...
  • Only for C or C++


    Get the optional Web Framework - w3lib
  • Video under construction
    ...
    customer_t *cust;
    for(cust=R->customer;cust;cust=cust->next) { // R: root of database
    	if(cust->is.status==CUSTOMER_INTERESSENT) {
    		customer_send_info_letter(cust);
    		cust->last_info_letter_sent=time(0);
    	}
    }
    

    Impressum

    Adresse Andreas Neuner, Halde 2, 78465 Konstanz.
    EMailandreas.neuner@w3group.de
    Tel0171 5438086
    USTIDDE142276112
    URLhttps://w3group.de/