Simson L. Garfinkel

Results 853 comments of Simson L. Garfinkel

I'm racing against the clock to get BE2.0 stable enough to benchmark for a Jan 31 deadline.

The old threadpool was generic, but the new one is not. Right now it just takes sbufs, but it's going to take hard-coded work structures. We can modify it to...

I wanted to compare the two, but mine is now instrumented and significantly superior in this application.

Thanks for looking at this. I've concluded that I need to throw out the new threadpool and going back to the old one. DO you want to try porting over...

> I will take a look. Why do you think it’s the threadpool that’s to blame, though? Because when I looked at CPU utilization on AWS Console, it was not...

Apparently I need a DTD. Perhaps @ajnelson-nist can help.

Well, you are now the XML/DFXML expert. If you could give me a sample of how to add namespace other other scoping tags, I'll update bulk_extractor2.0 so that it produces...

@ajnelson-nist - I think that I'm making progress on this. Now the validation errors apparently require that I do an update to the DFXML schema or create my own namespace....

@jonstewart - you mentioned that you might have a source for a test vector here?

Here is the flex-generated NFA: ``` #define YY_NUM_RULES 3 #define YY_END_OF_BUFFER 4 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info {...