An extensible data structure for massive streaming graphs
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Graph Definitions

Macros

#define STINGER_MAX_LVERTICES   (1L<<18)
 Maximum number of vertices that STINGER can support.
#define STINGER_EDGEBLOCKSIZE   32
 Number of edges stored in an edge block.
#define STINGER_NUMETYPES   1
 Number of edge types allowed. Edge type values are 0 to STINGER_NUMETYPES - 1.

Detailed Description

Macro Definition Documentation

#define STINGER_EDGEBLOCKSIZE   32

Number of edges stored in an edge block.

Number of edges in each edge block

Referenced by stinger_consistency_check(), stinger_fragmentation(), stinger_incr_edge(), stinger_print_eb(), stinger_set_initial_edges(), and stinger_sort_edge_list().

#define STINGER_MAX_LVERTICES   (1L<<18)

Maximum number of vertices that STINGER can support.

Maximum number of vertices in STINGER

Referenced by stinger_max_active_vertex(), stinger_new(), stinger_num_active_vertices(), stinger_open_from_file(), and stinger_total_edges().

#define STINGER_NUMETYPES   1

Number of edge types allowed. Edge type values are 0 to STINGER_NUMETYPES - 1.

Number of edge types

Referenced by push_ebs(), stinger_iterator_consistency_check(), stinger_iterator_next_block_all_types(), stinger_new(), stinger_open_from_file(), and stinger_save_to_file().

 

comments powered by Disqus