ubjsc  0.6
Enterprise-grade C library for manipulating UBJSON
Functions
ubjs_glue_dict_list.h File Reference

Default glue for dicts - doubly linked list. More...

#include <ubjs_library.h>
Include dependency graph for ubjs_glue_dict_list.h:

Go to the source code of this file.

Functions

UBJS_EXPORT ubjs_result ubjs_glue_dict_list_builder_new (ubjs_library *, ubjs_glue_dict_builder **)
 Dictionary glue that links to naive double-linked list implementation. More...
 

Detailed Description

Default glue for dicts - doubly linked list.

This has very funny complexities, like O(n*k) for get/set/delete.

Since
0.5

Function Documentation

◆ ubjs_glue_dict_list_builder_new()

UBJS_EXPORT ubjs_result ubjs_glue_dict_list_builder_new ( ubjs_library ,
ubjs_glue_dict_builder **   
)