tisonkun commented on issue #10:
URL: 
https://github.com/apache/datasketches-rust/issues/10#issuecomment-3692565559

   Cool.
   
   I think we can start prototyping in datasketches-common (I guess you mean 
https://github.com/apache/datasketches-java-common? Would have a better name, 
although).
   
   `apache/datasketches` would be the portal repo and we shouldn't put other 
casual dev artifacts there.
   
   Roughly, I'm considering having a script to generate snapshots of multiple 
languages, as we do in this repo now. Then we may check the snapshots in, and 
may or may not run compatibility tests there.
   
   > end up with the n^2 situation
   
   Each languages (not binding like datasketches-python) can provide a way to 
generate snapshots and optionally test compatibility with other langauges.
   
   So the producing side is O(n), while the testing part can be optionally 
O(n^2) but for each language, O(n).
   
   Anyway, a prototype can be more expressive and see if that works for us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to