better README

This commit is contained in:
2021-01-08 23:53:02 -06:00
parent aaa37c61d0
commit f0b666f623
2 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
#ifndef CTABLE_H
#define CTABLE_H
/* TODO: rewrite this table implementation. compared to other languages (including python!) this table is verrryyyy slow */
#include "cosmo.h"
#include "cvalue.h"