Marty B.
Marty B.
I've installed the latest release on Ubuntu 16.04 with AMD A4, Nividia 1050. It runs fine until I stop the command line tool. When I stop the tool it freezes...
Support for SIGUSR1 was implemented by PR #415 . For implementing support for SIGUSR2 I do not see any reason, because if the configuration file is reread then all plot...
1.9.0.7 compared to 1.9.0.5 seems to have a performance problem too. I've created a fork with BFS (Burst File System, not really a file system, but just a table in...
I would if I would have enough experience to implement this. My current result ist: def p_asm_register_declarator(self, p): """ declaration : declaration_specifiers declarator __ASM__ LPAREN argument_expression_list RPAREN """ storage =...
@piegamesde I don't really understand your argument against this option. If I traverse a file tree and want to get, or check, the symlinks themselves then I cannot use glob...
Ups. I see that my PR "Add as_string method to Object (#196)" has removed 2 PDF files.
Sorry, I mean't: `Pattern { original: "**/archiv/**", tokens: [AnyRecursiveSequence, Char('a'), Char('r'), Char('c'), Char('h'), Char('i'), Char('v'), Char('/'), AnyRecursiveSequence], is_recursive: true }`
What about performance? I've seen that globset is using regex. I assume that regular expressions are slower than the matchers in glob.
I have no benchmarks yet for glob Pattern matching and globset. But my experience with other languages is that regex compared to simple string search is much slower. This is...
I've run some benchmarks using the recursive wildcards tests with glob and globset. globset was only a bit slower (